Html Css Color HEX #76795D Finch

📋 copy color: '#76795D'

red 118 ◦ green 121 ◦ blue 93

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

Shades of Finch #76795D

Tints of Finch #76795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.45%

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 35.54%
G = 36.45%
B = 28.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#76795D (or 0x76795D) is known color: Finch. HEX triplet: 76, 79 and 5D. RGB value is (118,121,93). Sum of RGB (Red+Green+Blue) = 118+121+93=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #76795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76795D is #8986A2. Grayscale: #757575. Windows color (decimal): -9012899 or 6125942. OLE color: 6125942.

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

Color convert

RGB 118 121 93 -
CMYK 0.02 0 0.23 0.53
HSL 66.43º 0.13% 0.42% -
HSV(B) 66.43º 0.23% 0.47% -
XYZ 16.28 18.32 13.03 -
YUV 116.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 118 121 93 0.02 0 0.23 0.53 66.43 0.13 0.42
Hex 76 79 5D 2 0 17 35 42 D 2A
Octal 166 171 135 2 0 27 65 102 15 52
Binary 1110110 1111001 1011101 10 0 10111 110101 1000010 1101 101010

Color Harmonies of #76795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76795D

Black with #76795D

Text Example


Text Example

White with #76795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,121,93); }

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

background-color css

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

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

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

border-color css

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

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

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