#71763A

Color #71763A Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #71763A

Tints of Crete #71763A

Color information

#71763A (or 0x71763A) is unknown color: approx Crete. HEX triplet: 71, 76 and 3A. RGB value is (113,118,58). Sum of RGB (Red+Green+Blue) = 113+118+58=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #71763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71763A is #8E89C5. Grayscale: #6D6D6D. Windows color (decimal): -9341382 or 3831409. OLE color: 3831409.

HSL color Cylindrical-coordinate representation of color #71763A: hue angle of 65º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71763A is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB11311858-
CMYK0.0400.510.54
HSL65º34.09%34.51%-
HSV(B)65º50.85%46.27%-
XYZ14.0516.776.5-
YUV109.6698.84130.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=39.10%
G=40.83%
B=20.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118580.0400.510.546534.0934.51
Hex71763A403336412223
Octal161166724063661014243
Binary1110001111011011101010001100111101101000001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71763A; }

 p { color: rgb(113,118,58); }

 H1.HeaderClassName
 {
   color: #71763A;
 }
 .AnyTagClassName
 {
   color: #71763A;
 }
</style>
background-color css

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

 a { background-color: rgb(113,118,58); }

 div.DivClassName
 {
   background-color: #71763A;
 }
 .BgClassName
 {
   background-color: #71763A;
 }
</style>
border-color css

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

 span { border-color: rgb(113,118,58); }

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