Html Css Color HEX #52765E Como

📋 copy color: '#52765E'

red 82 ◦ green 118 ◦ blue 94

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

Shades of Como #52765E

Tints of Como #52765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

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

R = 27.89%
G = 40.14%
B = 31.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#52765E (or 0x52765E) is known color: Como. HEX triplet: 52, 76 and 5E. RGB value is (82,118,94). Sum of RGB (Red+Green+Blue) = 82+118+94=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #52765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52765E is #AD89A1. Grayscale: #686868. Windows color (decimal): -11372962 or 6190674. OLE color: 6190674.

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

Color convert

RGB 82 118 94 -
CMYK 0.31 0 0.20 0.54
HSL 140º 0.18% 0.39% -
HSV(B) 140º 0.31% 0.46% -
XYZ 11.98 15.56 12.96 -
YUV 104.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 82 118 94 0.31 0 0.20 0.54 140 0.18 0.39
Hex 52 76 5E 1F 0 14 36 8C 12 27
Octal 122 166 136 37 0 24 66 214 22 47
Binary 1010010 1110110 1011110 11111 0 10100 110110 10001100 10010 100111

Color Harmonies of #52765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52765E

Black with #52765E

Text Example


Text Example

White with #52765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,118,94); }

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

background-color css

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

 a { background-color: rgb(82,118,94); }

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

border-color css

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

 span { border-color: rgb(82,118,94); }

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