Html Css Color HEX #77475A Cosmic

📋 copy color: '#77475A'

red 119 ◦ green 71 ◦ blue 90

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

Shades of Cosmic #77475A

Tints of Cosmic #77475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 42.5%
G = 25.36%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77475A (or 0x77475A) is known color: Cosmic. HEX triplet: 77, 47 and 5A. RGB value is (119,71,90). Sum of RGB (Red+Green+Blue) = 119+71+90=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77475A is #88B8A5. Grayscale: #575757. Windows color (decimal): -8960166 or 5916535. OLE color: 5916535.

HSL color Cylindrical-coordinate representation of color #77475A: hue angle of 336.25º 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 #77475A is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 90 -
CMYK 0 0.40 0.24 0.53
HSL 336.25º 0.25% 0.37% -
HSV(B) 336.25º 0.4% 0.47% -
XYZ 11.71 9.17 10.83 -
YUV 87.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 119 71 90 0 0.40 0.24 0.53 336.25 0.25 0.37
Hex 77 47 5A 0 28 18 35 150 19 25
Octal 167 107 132 0 50 30 65 520 31 45
Binary 1110111 1000111 1011010 0 101000 11000 110101 101010000 11001 100101

Color Harmonies of #77475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77475A

Black with #77475A

Text Example


Text Example

White with #77475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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