Html Css Color HEX #7D715B Pablo

📋 copy color: '#7D715B'

red 125 ◦ green 113 ◦ blue 91

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

Shades of Pablo #7D715B

Tints of Pablo #7D715B

RGB

 RED value IS 125 (49.22% from 255) = 37.99%

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 37.99%
G = 34.35%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D715B (or 0x7D715B) is known color: Pablo. HEX triplet: 7D, 71 and 5B. RGB value is (125,113,91). Sum of RGB (Red+Green+Blue) = 125+113+91=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D715B is #828EA4. Grayscale: #727272. Windows color (decimal): -8556197 or 5992829. OLE color: 5992829.

HSL color Cylindrical-coordinate representation of color #7D715B: hue angle of 38.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D715B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 113 91 -
CMYK 0 0.10 0.27 0.51
HSL 38.82º 0.16% 0.42% -
HSV(B) 38.82º 0.27% 0.49% -
XYZ 16.25 16.93 12.31 -
YUV 114.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 125 113 91 0 0.10 0.27 0.51 38.82 0.16 0.42
Hex 7D 71 5B 0 A 1B 33 27 10 2A
Octal 175 161 133 0 12 33 63 47 20 52
Binary 1111101 1110001 1011011 0 1010 11011 110011 100111 10000 101010

Color Harmonies of #7D715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D715B

Black with #7D715B

Text Example


Text Example

White with #7D715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D715B; }

 p { color: rgb(125,113,91); }

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

background-color css

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

 a { background-color: rgb(125,113,91); }

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

border-color css

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

 span { border-color: rgb(125,113,91); }

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