Html Css Color HEX #727758 Finch

📋 copy color: '#727758'

red 114 ◦ green 119 ◦ blue 88

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

Shades of Finch #727758

Tints of Finch #727758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 35.51%
G = 37.07%
B = 27.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#727758 (or 0x727758) is known color: Finch. HEX triplet: 72, 77 and 58. RGB value is (114,119,88). Sum of RGB (Red+Green+Blue) = 114+119+88=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #727758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727758 is #8D88A7. Grayscale: #727272. Windows color (decimal): -9275560 or 5797746. OLE color: 5797746.

HSL color Cylindrical-coordinate representation of color #727758: hue angle of 69.68º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727758 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 88 -
CMYK 0.04 0 0.26 0.53
HSL 69.68º 0.15% 0.41% -
HSV(B) 69.68º 0.26% 0.47% -
XYZ 15.3 17.48 11.8 -
YUV 113.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 114 119 88 0.04 0 0.26 0.53 69.68 0.15 0.41
Hex 72 77 58 4 0 1A 35 46 F 29
Octal 162 167 130 4 0 32 65 106 17 51
Binary 1110010 1110111 1011000 100 0 11010 110101 1000110 1111 101001

Color Harmonies of #727758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727758

Black with #727758

Text Example


Text Example

White with #727758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727758; }

 p { color: rgb(114,119,88); }

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

background-color css

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

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

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

border-color css

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

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

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