Html Css Color HEX #726C5F Pablo

📋 copy color: '#726C5F'

red 114 ◦ green 108 ◦ blue 95

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

Shades of Pablo #726C5F

Tints of Pablo #726C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

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

R = 35.96%
G = 34.07%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#726C5F (or 0x726C5F) is known color: Pablo. HEX triplet: 72, 6C and 5F. RGB value is (114,108,95). Sum of RGB (Red+Green+Blue) = 114+108+95=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #726C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C5F is #8D93A0. Grayscale: #6C6C6C. Windows color (decimal): -9278369 or 6253682. OLE color: 6253682.

HSL color Cylindrical-coordinate representation of color #726C5F: hue angle of 41.05º 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 #726C5F is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 108 95 -
CMYK 0 0.05 0.17 0.55
HSL 41.05º 0.09% 0.41% -
HSV(B) 41.05º 0.17% 0.45% -
XYZ 14.37 15.13 12.99 -
YUV 108.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 114 108 95 0 0.05 0.17 0.55 41.05 0.09 0.41
Hex 72 6C 5F 0 5 11 37 29 9 29
Octal 162 154 137 0 5 21 67 51 11 51
Binary 1110010 1101100 1011111 0 101 10001 110111 101001 1001 101001

Color Harmonies of #726C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C5F

Black with #726C5F

Text Example


Text Example

White with #726C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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