Html Css Color HEX #76785E Finch

📋 copy color: '#76785E'

red 118 ◦ green 120 ◦ blue 94

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

Shades of Finch #76785E

Tints of Finch #76785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 35.54%
G = 36.14%
B = 28.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#76785E (or 0x76785E) is known color: Finch. HEX triplet: 76, 78 and 5E. RGB value is (118,120,94). Sum of RGB (Red+Green+Blue) = 118+120+94=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #76785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76785E is #8987A1. Grayscale: #747474. Windows color (decimal): -9013154 or 6191222. OLE color: 6191222.

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

Color convert

RGB 118 120 94 -
CMYK 0.02 0 0.22 0.53
HSL 64.62º 0.12% 0.42% -
HSV(B) 64.62º 0.22% 0.47% -
XYZ 16.21 18.09 13.23 -
YUV 116.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 118 120 94 0.02 0 0.22 0.53 64.62 0.12 0.42
Hex 76 78 5E 2 0 16 35 41 C 2A
Octal 166 170 136 2 0 26 65 101 14 52
Binary 1110110 1111000 1011110 10 0 10110 110101 1000001 1100 101010

Color Harmonies of #76785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76785E

Black with #76785E

Text Example


Text Example

White with #76785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,120,94); }

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

background-color css

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

 a { background-color: rgb(118,120,94); }

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

border-color css

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

 span { border-color: rgb(118,120,94); }

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