Html Css Color HEX #74755B Finch

📋 copy color: '#74755B'

red 116 ◦ green 117 ◦ blue 91

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

Shades of Finch #74755B

Tints of Finch #74755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 35.8%
G = 36.11%
B = 28.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#74755B (or 0x74755B) is known color: Finch. HEX triplet: 74, 75 and 5B. RGB value is (116,117,91). Sum of RGB (Red+Green+Blue) = 116+117+91=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #74755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74755B is #8B8AA4. Grayscale: #717171. Windows color (decimal): -9144997 or 5993844. OLE color: 5993844.

HSL color Cylindrical-coordinate representation of color #74755B: hue angle of 62.31º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74755B is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 91 -
CMYK 0.01 0 0.22 0.54
HSL 62.31º 0.13% 0.41% -
HSV(B) 62.31º 0.22% 0.46% -
XYZ 15.45 17.19 12.4 -
YUV 113.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 116 117 91 0.01 0 0.22 0.54 62.31 0.13 0.41
Hex 74 75 5B 1 0 16 36 3E C 29
Octal 164 165 133 1 0 26 66 76 14 51
Binary 1110100 1110101 1011011 1 0 10110 110110 111110 1100 101001

Color Harmonies of #74755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74755B

Black with #74755B

Text Example


Text Example

White with #74755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,117,91); }

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

background-color css

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

 a { background-color: rgb(116,117,91); }

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

border-color css

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

 span { border-color: rgb(116,117,91); }

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