Html Css Color HEX #73775B Finch

📋 copy color: '#73775B'

red 115 ◦ green 119 ◦ blue 91

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

Shades of Finch #73775B

Tints of Finch #73775B

RGB

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

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

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

R = 35.38%
G = 36.62%
B = 28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#73775B (or 0x73775B) is known color: Finch. HEX triplet: 73, 77 and 5B. RGB value is (115,119,91). Sum of RGB (Red+Green+Blue) = 115+119+91=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #73775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73775B is #8C88A4. Grayscale: #727272. Windows color (decimal): -9210021 or 5994355. OLE color: 5994355.

HSL color Cylindrical-coordinate representation of color #73775B: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73775B is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 119 91 -
CMYK 0.03 0 0.24 0.53
HSL 68.57º 0.13% 0.41% -
HSV(B) 68.57º 0.24% 0.47% -
XYZ 15.56 17.59 12.47 -
YUV 114.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 115 119 91 0.03 0 0.24 0.53 68.57 0.13 0.41
Hex 73 77 5B 3 0 18 35 45 D 29
Octal 163 167 133 3 0 30 65 105 15 51
Binary 1110011 1110111 1011011 11 0 11000 110101 1000101 1101 101001

Color Harmonies of #73775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73775B

Black with #73775B

Text Example


Text Example

White with #73775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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