Html Css Color HEX #76772F Crete

📋 copy color: '#76772F'

red 118 ◦ green 119 ◦ blue 47

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

Shades of Crete #76772F

Tints of Crete #76772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.9%

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

R = 41.55%
G = 41.9%
B = 16.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#76772F (or 0x76772F) is known color: Crete. HEX triplet: 76, 77 and 2F. RGB value is (118,119,47). Sum of RGB (Red+Green+Blue) = 118+119+47=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #76772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76772F is #8988D0. Grayscale: #6E6E6E. Windows color (decimal): -9013457 or 3110774. OLE color: 3110774.

HSL color Cylindrical-coordinate representation of color #76772F: hue angle of 60.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76772F is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 119 47 -
CMYK 0.01 0 0.61 0.53
HSL 60.83º 0.43% 0.33% -
HSV(B) 60.83º 0.61% 0.47% -
XYZ 14.58 17.25 5.25 -
YUV 110.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 118 119 47 0.01 0 0.61 0.53 60.83 0.43 0.33
Hex 76 77 2F 1 0 3D 35 3D 2B 21
Octal 166 167 57 1 0 75 65 75 53 41
Binary 1110110 1110111 101111 1 0 111101 110101 111101 101011 100001

Color Harmonies of #76772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76772F

Black with #76772F

Text Example


Text Example

White with #76772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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