Html Css Color HEX #726B5D Pablo

📋 copy color: '#726B5D'

red 114 ◦ green 107 ◦ blue 93

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

Shades of Pablo #726B5D

Tints of Pablo #726B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

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

R = 36.31%
G = 34.08%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#726B5D (or 0x726B5D) is known color: Pablo. HEX triplet: 72, 6B and 5D. RGB value is (114,107,93). Sum of RGB (Red+Green+Blue) = 114+107+93=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B5D is #8D94A2. Grayscale: #6B6B6B. Windows color (decimal): -9278627 or 6122354. OLE color: 6122354.

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

Color convert

RGB 114 107 93 -
CMYK 0 0.06 0.18 0.55
HSL 40º 0.1% 0.41% -
HSV(B) 40º 0.18% 0.45% -
XYZ 14.17 14.88 12.48 -
YUV 107.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 114 107 93 0 0.06 0.18 0.55 40 0.1 0.41
Hex 72 6B 5D 0 6 12 37 28 A 29
Octal 162 153 135 0 6 22 67 50 12 51
Binary 1110010 1101011 1011101 0 110 10010 110111 101000 1010 101001

Color Harmonies of #726B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B5D

Black with #726B5D

Text Example


Text Example

White with #726B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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