Html Css Color HEX #716B5F Pablo

📋 copy color: '#716B5F'

red 113 ◦ green 107 ◦ blue 95

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

Shades of Pablo #716B5F

Tints of Pablo #716B5F

RGB

 RED value IS 113 (44.53% from 255) = 35.87%

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

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

R = 35.87%
G = 33.97%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#716B5F (or 0x716B5F) is known color: Pablo. HEX triplet: 71, 6B and 5F. RGB value is (113,107,95). Sum of RGB (Red+Green+Blue) = 113+107+95=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B5F is #8E94A0. Grayscale: #6B6B6B. Windows color (decimal): -9344161 or 6253425. OLE color: 6253425.

HSL color Cylindrical-coordinate representation of color #716B5F: hue angle of 40º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #716B5F is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 95 -
CMYK 0 0.05 0.16 0.56
HSL 40º 0.09% 0.41% -
HSV(B) 40º 0.16% 0.44% -
XYZ 14.13 14.85 12.95 -
YUV 107.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 113 107 95 0 0.05 0.16 0.56 40 0.09 0.41
Hex 71 6B 5F 0 5 10 38 28 9 29
Octal 161 153 137 0 5 20 70 50 11 51
Binary 1110001 1101011 1011111 0 101 10000 111000 101000 1001 101001

Color Harmonies of #716B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B5F

Black with #716B5F

Text Example


Text Example

White with #716B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716B5F; }

 p { color: rgb(113,107,95); }

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

background-color css

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

 a { background-color: rgb(113,107,95); }

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

border-color css

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

 span { border-color: rgb(113,107,95); }

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