Html Css Color HEX #74794B Finch

📋 copy color: '#74794B'

red 116 ◦ green 121 ◦ blue 75

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

Shades of Finch #74794B

Tints of Finch #74794B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 37.18%
G = 38.78%
B = 24.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#74794B (or 0x74794B) is known color: Finch. HEX triplet: 74, 79 and 4B. RGB value is (116,121,75). Sum of RGB (Red+Green+Blue) = 116+121+75=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #74794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74794B is #8B86B4. Grayscale: #727272. Windows color (decimal): -9143989 or 4946292. OLE color: 4946292.

HSL color Cylindrical-coordinate representation of color #74794B: hue angle of 66.52º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74794B is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 75 -
CMYK 0.04 0 0.38 0.53
HSL 66.52º 0.23% 0.38% -
HSV(B) 66.52º 0.38% 0.47% -
XYZ 15.31 17.9 9.3 -
YUV 114.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 116 121 75 0.04 0 0.38 0.53 66.52 0.23 0.38
Hex 74 79 4B 4 0 26 35 43 17 26
Octal 164 171 113 4 0 46 65 103 27 46
Binary 1110100 1111001 1001011 100 0 100110 110101 1000011 10111 100110

Color Harmonies of #74794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74794B

Black with #74794B

Text Example


Text Example

White with #74794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74794B; }

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

 H1.HeaderClassName
 {
   color: #74794B;
 }
 .AnyTagClassName
 {
   color: #74794B;
 }
</style>

background-color css

<style>
 a { background-color: #74794B; }

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

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

border-color css

<style>
 span { border-color: #74794B; }

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

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