Html Css Color HEX #77545E Cosmic

📋 copy color: '#77545E'

red 119 ◦ green 84 ◦ blue 94

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

Shades of Cosmic #77545E

Tints of Cosmic #77545E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

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

R = 40.07%
G = 28.28%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77545E (or 0x77545E) is known color: Cosmic. HEX triplet: 77, 54 and 5E. RGB value is (119,84,94). Sum of RGB (Red+Green+Blue) = 119+84+94=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77545E is #88ABA1. Grayscale: #5F5F5F. Windows color (decimal): -8956834 or 6182007. OLE color: 6182007.

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

Color convert

RGB 119 84 94 -
CMYK 0 0.29 0.21 0.53
HSL 342.86º 0.17% 0.4% -
HSV(B) 342.86º 0.29% 0.47% -
XYZ 12.8 11.07 12.05 -
YUV 95.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 119 84 94 0 0.29 0.21 0.53 342.86 0.17 0.4
Hex 77 54 5E 0 1D 15 35 157 11 28
Octal 167 124 136 0 35 25 65 527 21 50
Binary 1110111 1010100 1011110 0 11101 10101 110101 101010111 10001 101000

Color Harmonies of #77545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77545E

Black with #77545E

Text Example


Text Example

White with #77545E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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