Html Css Color HEX #78426B Cosmic

📋 copy color: '#78426B'

red 120 ◦ green 66 ◦ blue 107

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

Shades of Cosmic #78426B

Tints of Cosmic #78426B

RGB

 RED value IS 120 (47.27% from 255) = 40.96%

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

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 40.96%
G = 22.53%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78426B (or 0x78426B) is known color: Cosmic. HEX triplet: 78, 42 and 6B. RGB value is (120,66,107). Sum of RGB (Red+Green+Blue) = 120+66+107=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #78426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78426B is #87BD94. Grayscale: #565656. Windows color (decimal): -8895893 or 7029368. OLE color: 7029368.

HSL color Cylindrical-coordinate representation of color #78426B: hue angle of 314.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78426B is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 107 -
CMYK 0 0.45 0.11 0.53
HSL 314.44º 0.29% 0.36% -
HSV(B) 314.44º 0.45% 0.47% -
XYZ 12.35 8.95 14.99 -
YUV 86.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 120 66 107 0 0.45 0.11 0.53 314.44 0.29 0.36
Hex 78 42 6B 0 2D B 35 13A 1D 24
Octal 170 102 153 0 55 13 65 472 35 44
Binary 1111000 1000010 1101011 0 101101 1011 110101 100111010 11101 100100

Color Harmonies of #78426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78426B

Black with #78426B

Text Example


Text Example

White with #78426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78426B; }

 p { color: rgb(120,66,107); }

 H1.HeaderClassName
 {
   color: #78426B;
 }
 .AnyTagClassName
 {
   color: #78426B;
 }
</style>

background-color css

<style>
 a { background-color: #78426B; }

 a { background-color: rgb(120,66,107); }

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

border-color css

<style>
 span { border-color: #78426B; }

 span { border-color: rgb(120,66,107); }

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