Html Css Color HEX #72765B Finch

📋 copy color: '#72765B'

red 114 ◦ green 118 ◦ blue 91

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

Shades of Finch #72765B

Tints of Finch #72765B

RGB

 RED value IS 114 (44.92% from 255) = 35.29%

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

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

R = 35.29%
G = 36.53%
B = 28.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#72765B (or 0x72765B) is known color: Finch. HEX triplet: 72, 76 and 5B. RGB value is (114,118,91). Sum of RGB (Red+Green+Blue) = 114+118+91=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #72765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72765B is #8D89A4. Grayscale: #717171. Windows color (decimal): -9275813 or 5994098. OLE color: 5994098.

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

Color convert

RGB 114 118 91 -
CMYK 0.03 0 0.23 0.54
HSL 68.89º 0.13% 0.41% -
HSV(B) 68.89º 0.23% 0.46% -
XYZ 15.31 17.29 12.43 -
YUV 113.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 114 118 91 0.03 0 0.23 0.54 68.89 0.13 0.41
Hex 72 76 5B 3 0 17 36 45 D 29
Octal 162 166 133 3 0 27 66 105 15 51
Binary 1110010 1110110 1011011 11 0 10111 110110 1000101 1101 101001

Color Harmonies of #72765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72765B

Black with #72765B

Text Example


Text Example

White with #72765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,118,91); }

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

background-color css

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

 a { background-color: rgb(114,118,91); }

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

border-color css

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

 span { border-color: rgb(114,118,91); }

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