Html Css Color HEX #76805B Finch

📋 copy color: '#76805B'

red 118 ◦ green 128 ◦ blue 91

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

Shades of Finch #76805B

Tints of Finch #76805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

 BLUE value IS 91 (35.94% from 255) = 27%

R = 35.01%
G = 37.98%
B = 27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#76805B (or 0x76805B) is known color: Finch. HEX triplet: 76, 80 and 5B. RGB value is (118,128,91). Sum of RGB (Red+Green+Blue) = 118+128+91=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #76805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76805B is #897FA4. Grayscale: #787878. Windows color (decimal): -9011109 or 5996662. OLE color: 5996662.

HSL color Cylindrical-coordinate representation of color #76805B: hue angle of 76.22º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76805B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 91 -
CMYK 0.08 0 0.29 0.50
HSL 76.22º 0.17% 0.43% -
HSV(B) 76.22º 0.29% 0.5% -
XYZ 17.08 20.05 12.87 -
YUV 120.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 118 128 91 0.08 0 0.29 0.50 76.22 0.17 0.43
Hex 76 80 5B 8 0 1D 32 4C 11 2B
Octal 166 200 133 10 0 35 62 114 21 53
Binary 1110110 10000000 1011011 1000 0 11101 110010 1001100 10001 101011

Color Harmonies of #76805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76805B

Black with #76805B

Text Example


Text Example

White with #76805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,128,91); }

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

background-color css

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

 a { background-color: rgb(118,128,91); }

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

border-color css

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

 span { border-color: rgb(118,128,91); }

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