Html Css Color HEX #73775F Finch

📋 copy color: '#73775F'

red 115 ◦ green 119 ◦ blue 95

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

Shades of Finch #73775F

Tints of Finch #73775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 34.95%
G = 36.17%
B = 28.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#73775F (or 0x73775F) is known color: Finch. HEX triplet: 73, 77 and 5F. RGB value is (115,119,95). Sum of RGB (Red+Green+Blue) = 115+119+95=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #73775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73775F is #8C88A0. Grayscale: #737373. Windows color (decimal): -9210017 or 6256499. OLE color: 6256499.

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

Color convert

RGB 115 119 95 -
CMYK 0.03 0 0.20 0.53
HSL 70º 0.11% 0.42% -
HSV(B) 70º 0.2% 0.47% -
XYZ 15.73 17.66 13.41 -
YUV 115.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 115 119 95 0.03 0 0.20 0.53 70 0.11 0.42
Hex 73 77 5F 3 0 14 35 46 B 2A
Octal 163 167 137 3 0 24 65 106 13 52
Binary 1110011 1110111 1011111 11 0 10100 110101 1000110 1011 101010

Color Harmonies of #73775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73775F

Black with #73775F

Text Example


Text Example

White with #73775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73775F; }

 p { color: rgb(115,119,95); }

 H1.HeaderClassName
 {
   color: #73775F;
 }
 .AnyTagClassName
 {
   color: #73775F;
 }
</style>

background-color css

<style>
 a { background-color: #73775F; }

 a { background-color: rgb(115,119,95); }

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

border-color css

<style>
 span { border-color: #73775F; }

 span { border-color: rgb(115,119,95); }

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