Html Css Color HEX #76722F Crete

📋 copy color: '#76722F'

red 118 ◦ green 114 ◦ blue 47

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

Shades of Crete #76722F

Tints of Crete #76722F

RGB

 RED value IS 118 (46.48% from 255) = 42.29%

 GREEN value IS 114 (44.92% from 255) = 40.86%

 BLUE value IS 47 (18.75% from 255) = 16.85%

R = 42.29%
G = 40.86%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76722F (or 0x76722F) is known color: Crete. HEX triplet: 76, 72 and 2F. RGB value is (118,114,47). Sum of RGB (Red+Green+Blue) = 118+114+47=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76722F is #898DD0. Grayscale: #6B6B6B. Windows color (decimal): -9014737 or 3109494. OLE color: 3109494.

HSL color Cylindrical-coordinate representation of color #76722F: hue angle of 56.62º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76722F is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 47 -
CMYK 0 0.03 0.60 0.54
HSL 56.62º 0.43% 0.32% -
HSV(B) 56.62º 0.6% 0.46% -
XYZ 14 16.09 5.06 -
YUV 107.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 118 114 47 0 0.03 0.60 0.54 56.62 0.43 0.32
Hex 76 72 2F 0 3 3C 36 39 2B 20
Octal 166 162 57 0 3 74 66 71 53 40
Binary 1110110 1110010 101111 0 11 111100 110110 111001 101011 100000

Color Harmonies of #76722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76722F

Black with #76722F

Text Example


Text Example

White with #76722F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,114,47); }

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

background-color css

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

 a { background-color: rgb(118,114,47); }

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

border-color css

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

 span { border-color: rgb(118,114,47); }

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