Html Css Color HEX #507765 Como

📋 copy color: '#507765'

red 80 ◦ green 119 ◦ blue 101

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

Shades of Como #507765

Tints of Como #507765

RGB

 RED value IS 80 (31.64% from 255) = 26.67%

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 26.67%
G = 39.67%
B = 33.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#507765 (or 0x507765) is known color: Como. HEX triplet: 50, 77 and 65. RGB value is (80,119,101). Sum of RGB (Red+Green+Blue) = 80+119+101=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #507765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507765 is #AF889A. Grayscale: #696969. Windows color (decimal): -11503771 or 6649680. OLE color: 6649680.

HSL color Cylindrical-coordinate representation of color #507765: hue angle of 152.31º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507765 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 101 -
CMYK 0.33 0 0.15 0.53
HSL 152.31º 0.2% 0.39% -
HSV(B) 152.31º 0.33% 0.47% -
XYZ 12.25 15.84 14.72 -
YUV 105.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 80 119 101 0.33 0 0.15 0.53 152.31 0.2 0.39
Hex 50 77 65 21 0 F 35 98 14 27
Octal 120 167 145 41 0 17 65 230 24 47
Binary 1010000 1110111 1100101 100001 0 1111 110101 10011000 10100 100111

Color Harmonies of #507765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507765

Black with #507765

Text Example


Text Example

White with #507765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507765; }

 p { color: rgb(80,119,101); }

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

background-color css

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

 a { background-color: rgb(80,119,101); }

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

border-color css

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

 span { border-color: rgb(80,119,101); }

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