Html Css Color HEX #726B5C Pablo

📋 copy color: '#726B5C'

red 114 ◦ green 107 ◦ blue 92

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

Shades of Pablo #726B5C

Tints of Pablo #726B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 36.42%
G = 34.19%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#726B5C (or 0x726B5C) is known color: Pablo. HEX triplet: 72, 6B and 5C. RGB value is (114,107,92). Sum of RGB (Red+Green+Blue) = 114+107+92=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B5C is #8D94A3. Grayscale: #6B6B6B. Windows color (decimal): -9278628 or 6056818. OLE color: 6056818.

HSL color Cylindrical-coordinate representation of color #726B5C: hue angle of 40.91º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #726B5C is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 107 92 -
CMYK 0 0.06 0.19 0.55
HSL 40.91º 0.11% 0.4% -
HSV(B) 40.91º 0.19% 0.45% -
XYZ 14.13 14.87 12.25 -
YUV 107.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 114 107 92 0 0.06 0.19 0.55 40.91 0.11 0.4
Hex 72 6B 5C 0 6 13 37 29 B 28
Octal 162 153 134 0 6 23 67 51 13 50
Binary 1110010 1101011 1011100 0 110 10011 110111 101001 1011 101000

Color Harmonies of #726B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B5C

Black with #726B5C

Text Example


Text Example

White with #726B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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