Html Css Color HEX #76794E Finch

📋 copy color: '#76794E'

red 118 ◦ green 121 ◦ blue 78

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

Shades of Finch #76794E

Tints of Finch #76794E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 37.22%
G = 38.17%
B = 24.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#76794E (or 0x76794E) is known color: Finch. HEX triplet: 76, 79 and 4E. RGB value is (118,121,78). Sum of RGB (Red+Green+Blue) = 118+121+78=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #76794E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76794E is #8986B1. Grayscale: #737373. Windows color (decimal): -9012914 or 5142902. OLE color: 5142902.

HSL color Cylindrical-coordinate representation of color #76794E: hue angle of 64.19º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76794E is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 121 78 -
CMYK 0.02 0 0.36 0.53
HSL 64.19º 0.22% 0.39% -
HSV(B) 64.19º 0.36% 0.47% -
XYZ 15.68 18.08 9.87 -
YUV 115.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 118 121 78 0.02 0 0.36 0.53 64.19 0.22 0.39
Hex 76 79 4E 2 0 24 35 40 16 27
Octal 166 171 116 2 0 44 65 100 26 47
Binary 1110110 1111001 1001110 10 0 100100 110101 1000000 10110 100111

Color Harmonies of #76794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76794E

Black with #76794E

Text Example


Text Example

White with #76794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76794E; }

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

 H1.HeaderClassName
 {
   color: #76794E;
 }
 .AnyTagClassName
 {
   color: #76794E;
 }
</style>

background-color css

<style>
 a { background-color: #76794E; }

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

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

border-color css

<style>
 span { border-color: #76794E; }

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

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