Html Css Color HEX #78435C Cosmic

📋 copy color: '#78435C'

red 120 ◦ green 67 ◦ blue 92

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

Shades of Cosmic #78435C

Tints of Cosmic #78435C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

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

R = 43.01%
G = 24.01%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78435C (or 0x78435C) is known color: Cosmic. HEX triplet: 78, 43 and 5C. RGB value is (120,67,92). Sum of RGB (Red+Green+Blue) = 120+67+92=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78435C is #87BCA3. Grayscale: #555555. Windows color (decimal): -8895652 or 6046584. OLE color: 6046584.

HSL color Cylindrical-coordinate representation of color #78435C: hue angle of 331.7º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78435C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 67 92 -
CMYK 0 0.44 0.23 0.53
HSL 331.7º 0.28% 0.37% -
HSV(B) 331.7º 0.44% 0.47% -
XYZ 11.68 8.78 11.2 -
YUV 85.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 120 67 92 0 0.44 0.23 0.53 331.7 0.28 0.37
Hex 78 43 5C 0 2C 17 35 14C 1C 25
Octal 170 103 134 0 54 27 65 514 34 45
Binary 1111000 1000011 1011100 0 101100 10111 110101 101001100 11100 100101

Color Harmonies of #78435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78435C

Black with #78435C

Text Example


Text Example

White with #78435C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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