Html Css Color HEX #74795C Finch

📋 copy color: '#74795C'

red 116 ◦ green 121 ◦ blue 92

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

Shades of Finch #74795C

Tints of Finch #74795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 35.26%
G = 36.78%
B = 27.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#74795C (or 0x74795C) is known color: Finch. HEX triplet: 74, 79 and 5C. RGB value is (116,121,92). Sum of RGB (Red+Green+Blue) = 116+121+92=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #74795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74795C is #8B86A3. Grayscale: #747474. Windows color (decimal): -9143972 or 6060404. OLE color: 6060404.

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

Color convert

RGB 116 121 92 -
CMYK 0.04 0 0.24 0.53
HSL 70.34º 0.14% 0.42% -
HSV(B) 70.34º 0.24% 0.47% -
XYZ 15.97 18.16 12.79 -
YUV 116.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 116 121 92 0.04 0 0.24 0.53 70.34 0.14 0.42
Hex 74 79 5C 4 0 18 35 46 E 2A
Octal 164 171 134 4 0 30 65 106 16 52
Binary 1110100 1111001 1011100 100 0 11000 110101 1000110 1110 101010

Color Harmonies of #74795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74795C

Black with #74795C

Text Example


Text Example

White with #74795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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