Html Css Color HEX #76764D Finch

📋 copy color: '#76764D'

red 118 ◦ green 118 ◦ blue 77

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

Shades of Finch #76764D

Tints of Finch #76764D

RGB

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

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

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

R = 37.7%
G = 37.7%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76764D (or 0x76764D) is known color: Finch. HEX triplet: 76, 76 and 4D. RGB value is (118,118,77). Sum of RGB (Red+Green+Blue) = 118+118+77=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76764D is #8989B2. Grayscale: #717171. Windows color (decimal): -9013683 or 5076598. OLE color: 5076598.

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

Color convert

RGB 118 118 77 -
CMYK 0 0 0.35 0.54
HSL 60º 0.21% 0.38% -
HSV(B) 60º 0.35% 0.46% -
XYZ 15.29 17.34 9.56 -
YUV 113.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 118 118 77 0 0 0.35 0.54 60 0.21 0.38
Hex 76 76 4D 0 0 23 36 3C 15 26
Octal 166 166 115 0 0 43 66 74 25 46
Binary 1110110 1110110 1001101 0 0 100011 110110 111100 10101 100110

Color Harmonies of #76764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76764D

Black with #76764D

Text Example


Text Example

White with #76764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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