Html Css Color HEX #74795F Finch

📋 copy color: '#74795F'

red 116 ◦ green 121 ◦ blue 95

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

Shades of Finch #74795F

Tints of Finch #74795F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 34.94%
G = 36.45%
B = 28.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#74795F (or 0x74795F) is known color: Finch. HEX triplet: 74, 79 and 5F. RGB value is (116,121,95). Sum of RGB (Red+Green+Blue) = 116+121+95=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #74795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74795F is #8B86A0. Grayscale: #747474. Windows color (decimal): -9143969 or 6257012. OLE color: 6257012.

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

Color convert

RGB 116 121 95 -
CMYK 0.04 0 0.21 0.53
HSL 71.54º 0.12% 0.42% -
HSV(B) 71.54º 0.21% 0.47% -
XYZ 16.11 18.21 13.49 -
YUV 116.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 116 121 95 0.04 0 0.21 0.53 71.54 0.12 0.42
Hex 74 79 5F 4 0 15 35 48 C 2A
Octal 164 171 137 4 0 25 65 110 14 52
Binary 1110100 1111001 1011111 100 0 10101 110101 1001000 1100 101010

Color Harmonies of #74795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74795F

Black with #74795F

Text Example


Text Example

White with #74795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,121,95); }

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

background-color css

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

 a { background-color: rgb(116,121,95); }

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

border-color css

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

 span { border-color: rgb(116,121,95); }

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