Html Css Color HEX #72725E Finch

📋 copy color: '#72725E'

red 114 ◦ green 114 ◦ blue 94

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

Shades of Finch #72725E

Tints of Finch #72725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 35.4%
G = 35.4%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72725E (or 0x72725E) is known color: Finch. HEX triplet: 72, 72 and 5E. RGB value is (114,114,94). Sum of RGB (Red+Green+Blue) = 114+114+94=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72725E is #8D8DA1. Grayscale: #6F6F6F. Windows color (decimal): -9276834 or 6189682. OLE color: 6189682.

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

Color convert

RGB 114 114 94 -
CMYK 0 0 0.18 0.55
HSL 60º 0.1% 0.41% -
HSV(B) 60º 0.18% 0.45% -
XYZ 14.98 16.42 12.97 -
YUV 111.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 114 114 94 0 0 0.18 0.55 60 0.1 0.41
Hex 72 72 5E 0 0 12 37 3C A 29
Octal 162 162 136 0 0 22 67 74 12 51
Binary 1110010 1110010 1011110 0 0 10010 110111 111100 1010 101001

Color Harmonies of #72725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72725E

Black with #72725E

Text Example


Text Example

White with #72725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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