Html Css Color HEX #76774E Finch

📋 copy color: '#76774E'

red 118 ◦ green 119 ◦ blue 78

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

Shades of Finch #76774E

Tints of Finch #76774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 37.46%
G = 37.78%
B = 24.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#76774E (or 0x76774E) is known color: Finch. HEX triplet: 76, 77 and 4E. RGB value is (118,119,78). Sum of RGB (Red+Green+Blue) = 118+119+78=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #76774E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76774E is #8988B1. Grayscale: #727272. Windows color (decimal): -9013426 or 5142390. OLE color: 5142390.

HSL color Cylindrical-coordinate representation of color #76774E: hue angle of 61.46º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76774E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 119 78 -
CMYK 0.01 0 0.34 0.53
HSL 61.46º 0.21% 0.39% -
HSV(B) 61.46º 0.34% 0.47% -
XYZ 15.44 17.6 9.79 -
YUV 114.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 118 119 78 0.01 0 0.34 0.53 61.46 0.21 0.39
Hex 76 77 4E 1 0 22 35 3D 15 27
Octal 166 167 116 1 0 42 65 75 25 47
Binary 1110110 1110111 1001110 1 0 100010 110101 111101 10101 100111

Color Harmonies of #76774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76774E

Black with #76774E

Text Example


Text Example

White with #76774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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