Html Css Color HEX #73765E Finch

📋 copy color: '#73765E'

red 115 ◦ green 118 ◦ blue 94

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

Shades of Finch #73765E

Tints of Finch #73765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 35.17%
G = 36.09%
B = 28.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#73765E (or 0x73765E) is known color: Finch. HEX triplet: 73, 76 and 5E. RGB value is (115,118,94). Sum of RGB (Red+Green+Blue) = 115+118+94=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #73765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73765E is #8C89A1. Grayscale: #727272. Windows color (decimal): -9210274 or 6190707. OLE color: 6190707.

HSL color Cylindrical-coordinate representation of color #73765E: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73765E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 118 94 -
CMYK 0.03 0 0.20 0.54
HSL 67.5º 0.11% 0.42% -
HSV(B) 67.5º 0.2% 0.46% -
XYZ 15.57 17.41 13.13 -
YUV 114.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 115 118 94 0.03 0 0.20 0.54 67.5 0.11 0.42
Hex 73 76 5E 3 0 14 36 44 B 2A
Octal 163 166 136 3 0 24 66 104 13 52
Binary 1110011 1110110 1011110 11 0 10100 110110 1000100 1011 101010

Color Harmonies of #73765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73765E

Black with #73765E

Text Example


Text Example

White with #73765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73765E; }

 p { color: rgb(115,118,94); }

 H1.HeaderClassName
 {
   color: #73765E;
 }
 .AnyTagClassName
 {
   color: #73765E;
 }
</style>

background-color css

<style>
 a { background-color: #73765E; }

 a { background-color: rgb(115,118,94); }

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

border-color css

<style>
 span { border-color: #73765E; }

 span { border-color: rgb(115,118,94); }

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