Html Css Color HEX #77525F Cosmic

📋 copy color: '#77525F'

red 119 ◦ green 82 ◦ blue 95

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

Shades of Cosmic #77525F

Tints of Cosmic #77525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 40.2%
G = 27.7%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77525F (or 0x77525F) is known color: Cosmic. HEX triplet: 77, 52 and 5F. RGB value is (119,82,95). Sum of RGB (Red+Green+Blue) = 119+82+95=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77525F is #88ADA0. Grayscale: #5E5E5E. Windows color (decimal): -8957345 or 6247031. OLE color: 6247031.

HSL color Cylindrical-coordinate representation of color #77525F: hue angle of 338.92º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77525F is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 95 -
CMYK 0 0.31 0.20 0.53
HSL 338.92º 0.18% 0.39% -
HSV(B) 338.92º 0.31% 0.47% -
XYZ 12.69 10.78 12.24 -
YUV 94.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 119 82 95 0 0.31 0.20 0.53 338.92 0.18 0.39
Hex 77 52 5F 0 1F 14 35 153 12 27
Octal 167 122 137 0 37 24 65 523 22 47
Binary 1110111 1010010 1011111 0 11111 10100 110101 101010011 10010 100111

Color Harmonies of #77525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77525F

Black with #77525F

Text Example


Text Example

White with #77525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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