Html Css Color HEX #53764F Cactus

📋 copy color: '#53764F'

red 83 ◦ green 118 ◦ blue 79

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

Shades of Cactus #53764F

Tints of Cactus #53764F

RGB

 RED value IS 83 (32.81% from 255) = 29.64%

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

 BLUE value IS 79 (31.25% from 255) = 28.21%

R = 29.64%
G = 42.14%
B = 28.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#53764F (or 0x53764F) is known color: Cactus. HEX triplet: 53, 76 and 4F. RGB value is (83,118,79). Sum of RGB (Red+Green+Blue) = 83+118+79=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #53764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53764F is #AC89B0. Grayscale: #676767. Windows color (decimal): -11307441 or 5207635. OLE color: 5207635.

HSL color Cylindrical-coordinate representation of color #53764F: hue angle of 113.85º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53764F is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 79 -
CMYK 0.30 0 0.33 0.54
HSL 113.85º 0.2% 0.39% -
HSV(B) 113.85º 0.33% 0.46% -
XYZ 11.46 15.36 9.76 -
YUV 103.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 83 118 79 0.30 0 0.33 0.54 113.85 0.2 0.39
Hex 53 76 4F 1E 0 21 36 72 14 27
Octal 123 166 117 36 0 41 66 162 24 47
Binary 1010011 1110110 1001111 11110 0 100001 110110 1110010 10100 100111

Color Harmonies of #53764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53764F

Black with #53764F

Text Example


Text Example

White with #53764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,118,79); }

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

background-color css

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

 a { background-color: rgb(83,118,79); }

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

border-color css

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

 span { border-color: rgb(83,118,79); }

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