Html Css Color HEX #527762 Como

📋 copy color: '#527762'

red 82 ◦ green 119 ◦ blue 98

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

Shades of Como #527762

Tints of Como #527762

RGB

 RED value IS 82 (32.42% from 255) = 27.42%

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

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 27.42%
G = 39.8%
B = 32.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#527762 (or 0x527762) is known color: Como. HEX triplet: 52, 77 and 62. RGB value is (82,119,98). Sum of RGB (Red+Green+Blue) = 82+119+98=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #527762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527762 is #AD889D. Grayscale: #696969. Windows color (decimal): -11372702 or 6453074. OLE color: 6453074.

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

Color convert

RGB 82 119 98 -
CMYK 0.31 0 0.18 0.53
HSL 145.95º 0.18% 0.39% -
HSV(B) 145.95º 0.31% 0.47% -
XYZ 12.28 15.87 13.97 -
YUV 105.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 82 119 98 0.31 0 0.18 0.53 145.95 0.18 0.39
Hex 52 77 62 1F 0 12 35 92 12 27
Octal 122 167 142 37 0 22 65 222 22 47
Binary 1010010 1110111 1100010 11111 0 10010 110101 10010010 10010 100111

Color Harmonies of #527762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527762

Black with #527762

Text Example


Text Example

White with #527762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527762; }

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

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

background-color css

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

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

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

border-color css

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

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

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