Html Css Color HEX #76774C Finch

📋 copy color: '#76774C'

red 118 ◦ green 119 ◦ blue 76

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

Shades of Finch #76774C

Tints of Finch #76774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 37.7%
G = 38.02%
B = 24.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#76774C (or 0x76774C) is known color: Finch. HEX triplet: 76, 77 and 4C. RGB value is (118,119,76). Sum of RGB (Red+Green+Blue) = 118+119+76=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #76774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76774C is #8988B3. Grayscale: #717171. Windows color (decimal): -9013428 or 5011318. OLE color: 5011318.

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

Color convert

RGB 118 119 76 -
CMYK 0.01 0 0.36 0.53
HSL 61.4º 0.22% 0.38% -
HSV(B) 61.4º 0.36% 0.47% -
XYZ 15.37 17.57 9.42 -
YUV 113.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 118 119 76 0.01 0 0.36 0.53 61.4 0.22 0.38
Hex 76 77 4C 1 0 24 35 3D 16 26
Octal 166 167 114 1 0 44 65 75 26 46
Binary 1110110 1110111 1001100 1 0 100100 110101 111101 10110 100110

Color Harmonies of #76774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76774C

Black with #76774C

Text Example


Text Example

White with #76774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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