Html Css Color HEX #73755B Finch

📋 copy color: '#73755B'

red 115 ◦ green 117 ◦ blue 91

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

Shades of Finch #73755B

Tints of Finch #73755B

RGB

 RED value IS 115 (45.31% from 255) = 35.6%

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

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

R = 35.6%
G = 36.22%
B = 28.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#73755B (or 0x73755B) is known color: Finch. HEX triplet: 73, 75 and 5B. RGB value is (115,117,91). Sum of RGB (Red+Green+Blue) = 115+117+91=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #73755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73755B is #8C8AA4. Grayscale: #717171. Windows color (decimal): -9210533 or 5993843. OLE color: 5993843.

HSL color Cylindrical-coordinate representation of color #73755B: hue angle of 64.62º 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 #73755B is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 117 91 -
CMYK 0.02 0 0.22 0.54
HSL 64.62º 0.13% 0.41% -
HSV(B) 64.62º 0.22% 0.46% -
XYZ 15.32 17.12 12.4 -
YUV 113.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 115 117 91 0.02 0 0.22 0.54 64.62 0.13 0.41
Hex 73 75 5B 2 0 16 36 41 C 29
Octal 163 165 133 2 0 26 66 101 14 51
Binary 1110011 1110101 1011011 10 0 10110 110110 1000001 1100 101001

Color Harmonies of #73755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73755B

Black with #73755B

Text Example


Text Example

White with #73755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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