Html Css Color HEX #76774D Finch

📋 copy color: '#76774D'

red 118 ◦ green 119 ◦ blue 77

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

Shades of Finch #76774D

Tints of Finch #76774D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 37.58%
G = 37.9%
B = 24.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#76774D (or 0x76774D) is known color: Finch. HEX triplet: 76, 77 and 4D. RGB value is (118,119,77). Sum of RGB (Red+Green+Blue) = 118+119+77=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #76774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76774D is #8988B2. Grayscale: #727272. Windows color (decimal): -9013427 or 5076854. OLE color: 5076854.

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

Color convert

RGB 118 119 77 -
CMYK 0.01 0 0.35 0.53
HSL 61.43º 0.21% 0.38% -
HSV(B) 61.43º 0.35% 0.47% -
XYZ 15.41 17.58 9.6 -
YUV 113.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 118 119 77 0.01 0 0.35 0.53 61.43 0.21 0.38
Hex 76 77 4D 1 0 23 35 3D 15 26
Octal 166 167 115 1 0 43 65 75 25 46
Binary 1110110 1110111 1001101 1 0 100011 110101 111101 10101 100110

Color Harmonies of #76774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76774D

Black with #76774D

Text Example


Text Example

White with #76774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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