Html Css Color HEX #72725F Finch

📋 copy color: '#72725F'

red 114 ◦ green 114 ◦ blue 95

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

Shades of Finch #72725F

Tints of Finch #72725F

RGB

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

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

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

R = 35.29%
G = 35.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72725F (or 0x72725F) is known color: Finch. HEX triplet: 72, 72 and 5F. RGB value is (114,114,95). Sum of RGB (Red+Green+Blue) = 114+114+95=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72725F is #8D8DA0. Grayscale: #6F6F6F. Windows color (decimal): -9276833 or 6255218. OLE color: 6255218.

HSL color Cylindrical-coordinate representation of color #72725F: hue angle of 60º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72725F is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 114 95 -
CMYK 0 0 0.17 0.55
HSL 60º 0.09% 0.41% -
HSV(B) 60º 0.17% 0.45% -
XYZ 15.02 16.44 13.21 -
YUV 111.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 114 114 95 0 0 0.17 0.55 60 0.09 0.41
Hex 72 72 5F 0 0 11 37 3C 9 29
Octal 162 162 137 0 0 21 67 74 11 51
Binary 1110010 1110010 1011111 0 0 10001 110111 111100 1001 101001

Color Harmonies of #72725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72725F

Black with #72725F

Text Example


Text Example

White with #72725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,114,95); }

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

background-color css

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

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

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

border-color css

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

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

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