Html Css Color HEX #77545F Cosmic

📋 copy color: '#77545F'

red 119 ◦ green 84 ◦ blue 95

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

Shades of Cosmic #77545F

Tints of Cosmic #77545F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 39.93%
G = 28.19%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77545F (or 0x77545F) is known color: Cosmic. HEX triplet: 77, 54 and 5F. RGB value is (119,84,95). Sum of RGB (Red+Green+Blue) = 119+84+95=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77545F is #88ABA0. Grayscale: #5F5F5F. Windows color (decimal): -8956833 or 6247543. OLE color: 6247543.

HSL color Cylindrical-coordinate representation of color #77545F: hue angle of 341.14º 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 #77545F is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 84 95 -
CMYK 0 0.29 0.20 0.53
HSL 341.14º 0.17% 0.4% -
HSV(B) 341.14º 0.29% 0.47% -
XYZ 12.84 11.09 12.29 -
YUV 95.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 119 84 95 0 0.29 0.20 0.53 341.14 0.17 0.4
Hex 77 54 5F 0 1D 14 35 155 11 28
Octal 167 124 137 0 35 24 65 525 21 50
Binary 1110111 1010100 1011111 0 11101 10100 110101 101010101 10001 101000

Color Harmonies of #77545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77545F

Black with #77545F

Text Example


Text Example

White with #77545F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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