Html Css Color HEX #74784F Finch

📋 copy color: '#74784F'

red 116 ◦ green 120 ◦ blue 79

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

Shades of Finch #74784F

Tints of Finch #74784F

RGB

 RED value IS 116 (45.7% from 255) = 36.83%

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

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

R = 36.83%
G = 38.1%
B = 25.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#74784F (or 0x74784F) is known color: Finch. HEX triplet: 74, 78 and 4F. RGB value is (116,120,79). Sum of RGB (Red+Green+Blue) = 116+120+79=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #74784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74784F is #8B87B0. Grayscale: #727272. Windows color (decimal): -9144241 or 5208180. OLE color: 5208180.

HSL color Cylindrical-coordinate representation of color #74784F: hue angle of 65.85º 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 #74784F is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 79 -
CMYK 0.03 0 0.34 0.53
HSL 65.85º 0.21% 0.39% -
HSV(B) 65.85º 0.34% 0.47% -
XYZ 15.33 17.71 10.01 -
YUV 114.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 116 120 79 0.03 0 0.34 0.53 65.85 0.21 0.39
Hex 74 78 4F 3 0 22 35 42 15 27
Octal 164 170 117 3 0 42 65 102 25 47
Binary 1110100 1111000 1001111 11 0 100010 110101 1000010 10101 100111

Color Harmonies of #74784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74784F

Black with #74784F

Text Example


Text Example

White with #74784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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