Html Css Color HEX #76795A Finch

📋 copy color: '#76795A'

red 118 ◦ green 121 ◦ blue 90

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

Shades of Finch #76795A

Tints of Finch #76795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 35.87%
G = 36.78%
B = 27.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#76795A (or 0x76795A) is known color: Finch. HEX triplet: 76, 79 and 5A. RGB value is (118,121,90). Sum of RGB (Red+Green+Blue) = 118+121+90=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #76795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76795A is #8986A5. Grayscale: #747474. Windows color (decimal): -9012902 or 5929334. OLE color: 5929334.

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

Color convert

RGB 118 121 90 -
CMYK 0.02 0 0.26 0.53
HSL 65.81º 0.15% 0.41% -
HSV(B) 65.81º 0.26% 0.47% -
XYZ 16.15 18.26 12.35 -
YUV 116.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 118 121 90 0.02 0 0.26 0.53 65.81 0.15 0.41
Hex 76 79 5A 2 0 1A 35 42 F 29
Octal 166 171 132 2 0 32 65 102 17 51
Binary 1110110 1111001 1011010 10 0 11010 110101 1000010 1111 101001

Color Harmonies of #76795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76795A

Black with #76795A

Text Example


Text Example

White with #76795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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