Html Css Color HEX #78425C Cosmic

📋 copy color: '#78425C'

red 120 ◦ green 66 ◦ blue 92

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

Shades of Cosmic #78425C

Tints of Cosmic #78425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 43.17%
G = 23.74%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78425C (or 0x78425C) is known color: Cosmic. HEX triplet: 78, 42 and 5C. RGB value is (120,66,92). Sum of RGB (Red+Green+Blue) = 120+66+92=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78425C is #87BDA3. Grayscale: #555555. Windows color (decimal): -8895908 or 6046328. OLE color: 6046328.

HSL color Cylindrical-coordinate representation of color #78425C: hue angle of 331.11º 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 #78425C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 92 -
CMYK 0 0.45 0.23 0.53
HSL 331.11º 0.29% 0.36% -
HSV(B) 331.11º 0.45% 0.47% -
XYZ 11.63 8.66 11.18 -
YUV 85.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 120 66 92 0 0.45 0.23 0.53 331.11 0.29 0.36
Hex 78 42 5C 0 2D 17 35 14B 1D 24
Octal 170 102 134 0 55 27 65 513 35 44
Binary 1111000 1000010 1011100 0 101101 10111 110101 101001011 11101 100100

Color Harmonies of #78425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78425C

Black with #78425C

Text Example


Text Example

White with #78425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78425C; }

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

 H1.HeaderClassName
 {
   color: #78425C;
 }
 .AnyTagClassName
 {
   color: #78425C;
 }
</style>

background-color css

<style>
 a { background-color: #78425C; }

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

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

border-color css

<style>
 span { border-color: #78425C; }

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

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