Html Css Color HEX #76864F Finch

📋 copy color: '#76864F'

red 118 ◦ green 134 ◦ blue 79

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

Shades of Finch #76864F

Tints of Finch #76864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 35.65%
G = 40.48%
B = 23.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#76864F (or 0x76864F) is known color: Finch. HEX triplet: 76, 86 and 4F. RGB value is (118,134,79). Sum of RGB (Red+Green+Blue) = 118+134+79=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #76864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76864F is #8979B0. Grayscale: #7B7B7B. Windows color (decimal): -9009585 or 5211766. OLE color: 5211766.

HSL color Cylindrical-coordinate representation of color #76864F: hue angle of 77.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76864F is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 79 -
CMYK 0.12 0 0.41 0.47
HSL 77.45º 0.26% 0.42% -
HSV(B) 77.45º 0.41% 0.53% -
XYZ 17.41 21.47 10.62 -
YUV 122.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 118 134 79 0.12 0 0.41 0.47 77.45 0.26 0.42
Hex 76 86 4F C 0 29 2F 4D 1A 2A
Octal 166 206 117 14 0 51 57 115 32 52
Binary 1110110 10000110 1001111 1100 0 101001 101111 1001101 11010 101010

Color Harmonies of #76864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76864F

Black with #76864F

Text Example


Text Example

White with #76864F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,134,79); }

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

background-color css

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

 a { background-color: rgb(118,134,79); }

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

border-color css

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

 span { border-color: rgb(118,134,79); }

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