Html Css Color HEX #73756A Finch

📋 copy color: '#73756A'

red 115 ◦ green 117 ◦ blue 106

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

Shades of Finch #73756A

Tints of Finch #73756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 34.02%
G = 34.62%
B = 31.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#73756A (or 0x73756A) is known color: Finch. HEX triplet: 73, 75 and 6A. RGB value is (115,117,106). Sum of RGB (Red+Green+Blue) = 115+117+106=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 117 - color contains mainly: green. Hex color #73756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73756A is #8C8A95. Grayscale: #737373. Windows color (decimal): -9210518 or 6976883. OLE color: 6976883.

HSL color Cylindrical-coordinate representation of color #73756A: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73756A is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 117 106 -
CMYK 0.02 0 0.09 0.54
HSL 70.91º 0.05% 0.44% -
HSV(B) 70.91º 0.09% 0.46% -
XYZ 16.03 17.41 16.15 -
YUV 115.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 115 117 106 0.02 0 0.09 0.54 70.91 0.05 0.44
Hex 73 75 6A 2 0 9 36 47 5 2C
Octal 163 165 152 2 0 11 66 107 5 54
Binary 1110011 1110101 1101010 10 0 1001 110110 1000111 101 101100

Color Harmonies of #73756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73756A

Black with #73756A

Text Example


Text Example

White with #73756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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