Html Css Color HEX #73755D Finch

📋 copy color: '#73755D'

red 115 ◦ green 117 ◦ blue 93

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

Shades of Finch #73755D

Tints of Finch #73755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 35.38%
G = 36%
B = 28.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#73755D (or 0x73755D) is known color: Finch. HEX triplet: 73, 75 and 5D. RGB value is (115,117,93). Sum of RGB (Red+Green+Blue) = 115+117+93=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #73755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73755D is #8C8AA2. Grayscale: #717171. Windows color (decimal): -9210531 or 6124915. OLE color: 6124915.

HSL color Cylindrical-coordinate representation of color #73755D: hue angle of 65º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73755D is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 117 93 -
CMYK 0.02 0 0.21 0.54
HSL 65º 0.11% 0.41% -
HSV(B) 65º 0.21% 0.46% -
XYZ 15.41 17.16 12.86 -
YUV 113.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 115 117 93 0.02 0 0.21 0.54 65 0.11 0.41
Hex 73 75 5D 2 0 15 36 41 B 29
Octal 163 165 135 2 0 25 66 101 13 51
Binary 1110011 1110101 1011101 10 0 10101 110110 1000001 1011 101001

Color Harmonies of #73755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73755D

Black with #73755D

Text Example


Text Example

White with #73755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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