Html Css Color HEX #76772B Olivetone

📋 copy color: '#76772B'

red 118 ◦ green 119 ◦ blue 43

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

Shades of Olivetone #76772B

Tints of Olivetone #76772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 42.14%
G = 42.5%
B = 15.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#76772B (or 0x76772B) is known color: Olivetone. HEX triplet: 76, 77 and 2B. RGB value is (118,119,43). Sum of RGB (Red+Green+Blue) = 118+119+43=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #76772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76772B is #8988D4. Grayscale: #6E6E6E. Windows color (decimal): -9013461 or 2848630. OLE color: 2848630.

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

Color convert

RGB 118 119 43 -
CMYK 0.01 0 0.64 0.53
HSL 60.79º 0.47% 0.32% -
HSV(B) 60.79º 0.64% 0.47% -
XYZ 14.5 17.22 4.84 -
YUV 110.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 118 119 43 0.01 0 0.64 0.53 60.79 0.47 0.32
Hex 76 77 2B 1 0 40 35 3D 2F 20
Octal 166 167 53 1 0 100 65 75 57 40
Binary 1110110 1110111 101011 1 0 1000000 110101 111101 101111 100000

Color Harmonies of #76772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76772B

Black with #76772B

Text Example


Text Example

White with #76772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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