Html Css Color HEX #77475C Cosmic

📋 copy color: '#77475C'

red 119 ◦ green 71 ◦ blue 92

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

Shades of Cosmic #77475C

Tints of Cosmic #77475C

RGB

 RED value IS 119 (46.88% from 255) = 42.2%

 GREEN value IS 71 (28.13% from 255) = 25.18%

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

R = 42.2%
G = 25.18%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77475C (or 0x77475C) is known color: Cosmic. HEX triplet: 77, 47 and 5C. RGB value is (119,71,92). Sum of RGB (Red+Green+Blue) = 119+71+92=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77475C is #88B8A3. Grayscale: #575757. Windows color (decimal): -8960164 or 6047607. OLE color: 6047607.

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

Color convert

RGB 119 71 92 -
CMYK 0 0.40 0.23 0.53
HSL 333.75º 0.25% 0.37% -
HSV(B) 333.75º 0.4% 0.47% -
XYZ 11.79 9.2 11.28 -
YUV 87.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 119 71 92 0 0.40 0.23 0.53 333.75 0.25 0.37
Hex 77 47 5C 0 28 17 35 14E 19 25
Octal 167 107 134 0 50 27 65 516 31 45
Binary 1110111 1000111 1011100 0 101000 10111 110101 101001110 11001 100101

Color Harmonies of #77475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77475C

Black with #77475C

Text Example


Text Example

White with #77475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,71,92); }

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

background-color css

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

 a { background-color: rgb(119,71,92); }

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

border-color css

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

 span { border-color: rgb(119,71,92); }

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