Html Css Color HEX #76722D Crete

📋 copy color: '#76722D'

red 118 ◦ green 114 ◦ blue 45

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

Shades of Crete #76722D

Tints of Crete #76722D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 42.6%
G = 41.16%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76722D (or 0x76722D) is known color: Crete. HEX triplet: 76, 72 and 2D. RGB value is (118,114,45). Sum of RGB (Red+Green+Blue) = 118+114+45=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76722D is #898DD2. Grayscale: #6B6B6B. Windows color (decimal): -9014739 or 2978422. OLE color: 2978422.

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

Color convert

RGB 118 114 45 -
CMYK 0 0.03 0.62 0.54
HSL 56.71º 0.45% 0.32% -
HSV(B) 56.71º 0.62% 0.46% -
XYZ 13.96 16.08 4.85 -
YUV 107.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 118 114 45 0 0.03 0.62 0.54 56.71 0.45 0.32
Hex 76 72 2D 0 3 3E 36 39 2D 20
Octal 166 162 55 0 3 76 66 71 55 40
Binary 1110110 1110010 101101 0 11 111110 110110 111001 101101 100000

Color Harmonies of #76722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76722D

Black with #76722D

Text Example


Text Example

White with #76722D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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