Html Css Color HEX #77565E Cosmic

📋 copy color: '#77565E'

red 119 ◦ green 86 ◦ blue 94

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

Shades of Cosmic #77565E

Tints of Cosmic #77565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 39.8%
G = 28.76%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77565E (or 0x77565E) is known color: Cosmic. HEX triplet: 77, 56 and 5E. RGB value is (119,86,94). Sum of RGB (Red+Green+Blue) = 119+86+94=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #77565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77565E is #88A9A1. Grayscale: #606060. Windows color (decimal): -8956322 or 6182519. OLE color: 6182519.

HSL color Cylindrical-coordinate representation of color #77565E: hue angle of 345.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77565E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 94 -
CMYK 0 0.28 0.21 0.53
HSL 345.45º 0.16% 0.4% -
HSV(B) 345.45º 0.28% 0.47% -
XYZ 12.96 11.39 12.1 -
YUV 96.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 119 86 94 0 0.28 0.21 0.53 345.45 0.16 0.4
Hex 77 56 5E 0 1C 15 35 159 10 28
Octal 167 126 136 0 34 25 65 531 20 50
Binary 1110111 1010110 1011110 0 11100 10101 110101 101011001 10000 101000

Color Harmonies of #77565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77565E

Black with #77565E

Text Example


Text Example

White with #77565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77565E; }

 p { color: rgb(119,86,94); }

 H1.HeaderClassName
 {
   color: #77565E;
 }
 .AnyTagClassName
 {
   color: #77565E;
 }
</style>

background-color css

<style>
 a { background-color: #77565E; }

 a { background-color: rgb(119,86,94); }

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

border-color css

<style>
 span { border-color: #77565E; }

 span { border-color: rgb(119,86,94); }

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