Html Css Color HEX #7B426C Cosmic

📋 copy color: '#7B426C'

red 123 ◦ green 66 ◦ blue 108

#7B426C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #7B426C

Tints of Cosmic #7B426C

RGB

 RED value IS 123 (48.44% from 255) = 41.41%

 GREEN value IS 66 (26.17% from 255) = 22.22%

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 41.41%
G = 22.22%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7B426C (or 0x7B426C) is known color: Cosmic. HEX triplet: 7B, 42 and 6C. RGB value is (123,66,108). Sum of RGB (Red+Green+Blue) = 123+66+108=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 123 - color contains mainly: red. Hex color #7B426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B426C is #84BD93. Grayscale: #575757. Windows color (decimal): -8699284 or 7094907. OLE color: 7094907.

HSL color Cylindrical-coordinate representation of color #7B426C: hue angle of 315.79º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B426C is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 66 108 -
CMYK 0 0.46 0.12 0.52
HSL 315.79º 0.3% 0.37% -
HSV(B) 315.79º 0.46% 0.48% -
XYZ 12.82 9.19 15.29 -
YUV 87.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 123 66 108 0 0.46 0.12 0.52 315.79 0.3 0.37
Hex 7B 42 6C 0 2E C 34 13C 1E 25
Octal 173 102 154 0 56 14 64 474 36 45
Binary 1111011 1000010 1101100 0 101110 1100 110100 100111100 11110 100101

Color Harmonies of #7B426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B426C

Black with #7B426C

Text Example


Text Example

White with #7B426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B426C; }

 p { color: rgb(123,66,108); }

 H1.HeaderClassName
 {
   color: #7B426C;
 }
 .AnyTagClassName
 {
   color: #7B426C;
 }
</style>

background-color css

<style>
 a { background-color: #7B426C; }

 a { background-color: rgb(123,66,108); }

 div.DivClassName
 {
   background-color: #7B426C;
 }
 .BgClassName
 {
   background-color: #7B426C;
 }
</style>

border-color css

<style>
 span { border-color: #7B426C; }

 span { border-color: rgb(123,66,108); }

 td.TdClassName
 {
   border-color: #7B426C;
 }
 .TagClassName
 {
   border-color: #7B426C;
 }
</style>