Html Css Color HEX #76775C Finch

📋 copy color: '#76775C'

red 118 ◦ green 119 ◦ blue 92

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

Shades of Finch #76775C

Tints of Finch #76775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 35.87%
G = 36.17%
B = 27.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#76775C (or 0x76775C) is known color: Finch. HEX triplet: 76, 77 and 5C. RGB value is (118,119,92). Sum of RGB (Red+Green+Blue) = 118+119+92=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #76775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76775C is #8988A3. Grayscale: #737373. Windows color (decimal): -9013412 or 6059894. OLE color: 6059894.

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

Color convert

RGB 118 119 92 -
CMYK 0.01 0 0.23 0.53
HSL 62.22º 0.13% 0.41% -
HSV(B) 62.22º 0.23% 0.47% -
XYZ 16 17.82 12.72 -
YUV 115.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 118 119 92 0.01 0 0.23 0.53 62.22 0.13 0.41
Hex 76 77 5C 1 0 17 35 3E D 29
Octal 166 167 134 1 0 27 65 76 15 51
Binary 1110110 1110111 1011100 1 0 10111 110101 111110 1101 101001

Color Harmonies of #76775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76775C

Black with #76775C

Text Example


Text Example

White with #76775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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