Html Css Color HEX #76784F Finch

📋 copy color: '#76784F'

red 118 ◦ green 120 ◦ blue 79

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

Shades of Finch #76784F

Tints of Finch #76784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.85%

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 37.22%
G = 37.85%
B = 24.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#76784F (or 0x76784F) is known color: Finch. HEX triplet: 76, 78 and 4F. RGB value is (118,120,79). Sum of RGB (Red+Green+Blue) = 118+120+79=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #76784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76784F is #8987B0. Grayscale: #727272. Windows color (decimal): -9013169 or 5208182. OLE color: 5208182.

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

Color convert

RGB 118 120 79 -
CMYK 0.02 0 0.34 0.53
HSL 62.93º 0.21% 0.39% -
HSV(B) 62.93º 0.34% 0.47% -
XYZ 15.6 17.85 10.02 -
YUV 114.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 118 120 79 0.02 0 0.34 0.53 62.93 0.21 0.39
Hex 76 78 4F 2 0 22 35 3F 15 27
Octal 166 170 117 2 0 42 65 77 25 47
Binary 1110110 1111000 1001111 10 0 100010 110101 111111 10101 100111

Color Harmonies of #76784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76784F

Black with #76784F

Text Example


Text Example

White with #76784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76784F; }

 p { color: rgb(118,120,79); }

 H1.HeaderClassName
 {
   color: #76784F;
 }
 .AnyTagClassName
 {
   color: #76784F;
 }
</style>

background-color css

<style>
 a { background-color: #76784F; }

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

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

border-color css

<style>
 span { border-color: #76784F; }

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

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