Html Css Color HEX #74795A Finch

📋 copy color: '#74795A'

red 116 ◦ green 121 ◦ blue 90

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

Shades of Finch #74795A

Tints of Finch #74795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 35.47%
G = 37%
B = 27.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#74795A (or 0x74795A) is known color: Finch. HEX triplet: 74, 79 and 5A. RGB value is (116,121,90). Sum of RGB (Red+Green+Blue) = 116+121+90=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 121 - color contains mainly: green. Hex color #74795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74795A is #8B86A5. Grayscale: #747474. Windows color (decimal): -9143974 or 5929332. OLE color: 5929332.

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

Color convert

RGB 116 121 90 -
CMYK 0.04 0 0.26 0.53
HSL 69.68º 0.15% 0.41% -
HSV(B) 69.68º 0.26% 0.47% -
XYZ 15.89 18.13 12.33 -
YUV 115.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 116 121 90 0.04 0 0.26 0.53 69.68 0.15 0.41
Hex 74 79 5A 4 0 1A 35 46 F 29
Octal 164 171 132 4 0 32 65 106 17 51
Binary 1110100 1111001 1011010 100 0 11010 110101 1000110 1111 101001

Color Harmonies of #74795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74795A

Black with #74795A

Text Example


Text Example

White with #74795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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