Html Css Color HEX #72755D Finch

📋 copy color: '#72755D'

red 114 ◦ green 117 ◦ blue 93

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

Shades of Finch #72755D

Tints of Finch #72755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 35.19%
G = 36.11%
B = 28.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#72755D (or 0x72755D) is known color: Finch. HEX triplet: 72, 75 and 5D. RGB value is (114,117,93). Sum of RGB (Red+Green+Blue) = 114+117+93=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #72755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72755D is #8D8AA2. Grayscale: #717171. Windows color (decimal): -9276067 or 6124914. OLE color: 6124914.

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

Color convert

RGB 114 117 93 -
CMYK 0.03 0 0.21 0.54
HSL 67.5º 0.11% 0.41% -
HSV(B) 67.5º 0.21% 0.46% -
XYZ 15.28 17.09 12.85 -
YUV 113.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 114 117 93 0.03 0 0.21 0.54 67.5 0.11 0.41
Hex 72 75 5D 3 0 15 36 44 B 29
Octal 162 165 135 3 0 25 66 104 13 51
Binary 1110010 1110101 1011101 11 0 10101 110110 1000100 1011 101001

Color Harmonies of #72755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72755D

Black with #72755D

Text Example


Text Example

White with #72755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72755D; }

 p { color: rgb(114,117,93); }

 H1.HeaderClassName
 {
   color: #72755D;
 }
 .AnyTagClassName
 {
   color: #72755D;
 }
</style>

background-color css

<style>
 a { background-color: #72755D; }

 a { background-color: rgb(114,117,93); }

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

border-color css

<style>
 span { border-color: #72755D; }

 span { border-color: rgb(114,117,93); }

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