Html Css Color HEX #76854E Finch

📋 copy color: '#76854E'

red 118 ◦ green 133 ◦ blue 78

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

Shades of Finch #76854E

Tints of Finch #76854E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 35.87%
G = 40.43%
B = 23.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#76854E (or 0x76854E) is known color: Finch. HEX triplet: 76, 85 and 4E. RGB value is (118,133,78). Sum of RGB (Red+Green+Blue) = 118+133+78=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #76854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76854E is #897AB1. Grayscale: #7A7A7A. Windows color (decimal): -9009842 or 5145974. OLE color: 5145974.

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

Color convert

RGB 118 133 78 -
CMYK 0.11 0 0.41 0.48
HSL 76.36º 0.26% 0.41% -
HSV(B) 76.36º 0.41% 0.52% -
XYZ 17.23 21.18 10.39 -
YUV 122.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 118 133 78 0.11 0 0.41 0.48 76.36 0.26 0.41
Hex 76 85 4E B 0 29 30 4C 1A 29
Octal 166 205 116 13 0 51 60 114 32 51
Binary 1110110 10000101 1001110 1011 0 101001 110000 1001100 11010 101001

Color Harmonies of #76854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76854E

Black with #76854E

Text Example


Text Example

White with #76854E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76854E; }

 p { color: rgb(118,133,78); }

 H1.HeaderClassName
 {
   color: #76854E;
 }
 .AnyTagClassName
 {
   color: #76854E;
 }
</style>

background-color css

<style>
 a { background-color: #76854E; }

 a { background-color: rgb(118,133,78); }

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

border-color css

<style>
 span { border-color: #76854E; }

 span { border-color: rgb(118,133,78); }

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