Html Css Color HEX #76844F Finch

📋 copy color: '#76844F'

red 118 ◦ green 132 ◦ blue 79

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

Shades of Finch #76844F

Tints of Finch #76844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 35.87%
G = 40.12%
B = 24.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#76844F (or 0x76844F) is known color: Finch. HEX triplet: 76, 84 and 4F. RGB value is (118,132,79). Sum of RGB (Red+Green+Blue) = 118+132+79=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #76844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76844F is #897BB0. Grayscale: #797979. Windows color (decimal): -9010097 or 5211254. OLE color: 5211254.

HSL color Cylindrical-coordinate representation of color #76844F: hue angle of 75.85º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76844F is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 79 -
CMYK 0.11 0 0.40 0.48
HSL 75.85º 0.25% 0.41% -
HSV(B) 75.85º 0.4% 0.52% -
XYZ 17.13 20.92 10.53 -
YUV 121.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 118 132 79 0.11 0 0.40 0.48 75.85 0.25 0.41
Hex 76 84 4F B 0 28 30 4C 19 29
Octal 166 204 117 13 0 50 60 114 31 51
Binary 1110110 10000100 1001111 1011 0 101000 110000 1001100 11001 101001

Color Harmonies of #76844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76844F

Black with #76844F

Text Example


Text Example

White with #76844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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