Html Css Color HEX #77525B Cosmic

📋 copy color: '#77525B'

red 119 ◦ green 82 ◦ blue 91

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

Shades of Cosmic #77525B

Tints of Cosmic #77525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 40.75%
G = 28.08%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77525B (or 0x77525B) is known color: Cosmic. HEX triplet: 77, 52 and 5B. RGB value is (119,82,91). Sum of RGB (Red+Green+Blue) = 119+82+91=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77525B is #88ADA4. Grayscale: #5E5E5E. Windows color (decimal): -8957349 or 5984887. OLE color: 5984887.

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

Color convert

RGB 119 82 91 -
CMYK 0 0.31 0.24 0.53
HSL 345.41º 0.18% 0.39% -
HSV(B) 345.41º 0.31% 0.47% -
XYZ 12.51 10.71 11.31 -
YUV 94.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 119 82 91 0 0.31 0.24 0.53 345.41 0.18 0.39
Hex 77 52 5B 0 1F 18 35 159 12 27
Octal 167 122 133 0 37 30 65 531 22 47
Binary 1110111 1010010 1011011 0 11111 11000 110101 101011001 10010 100111

Color Harmonies of #77525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77525B

Black with #77525B

Text Example


Text Example

White with #77525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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