Html Css Color HEX #71763A Crete

📋 copy color: '#71763A'

red 113 ◦ green 118 ◦ blue 58

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

Shades of Crete #71763A

Tints of Crete #71763A

RGB

 RED value IS 113 (44.53% from 255) = 39.1%

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

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 39.1%
G = 40.83%
B = 20.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#71763A (or 0x71763A) is known color: 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

RGB 113 118 58 -
CMYK 0.04 0 0.51 0.54
HSL 65º 0.34% 0.35% -
HSV(B) 65º 0.51% 0.46% -
XYZ 14.05 16.77 6.5 -
YUV 109.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 113 118 58 0.04 0 0.51 0.54 65 0.34 0.35
Hex 71 76 3A 4 0 33 36 41 22 23
Octal 161 166 72 4 0 63 66 101 42 43
Binary 1110001 1110110 111010 100 0 110011 110110 1000001 100010 100011

Color Harmonies of #71763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71763A

Black with #71763A

Text Example


Text Example

White with #71763A

Text Example


Text Example

HTML Codes & Css Web 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>