Html Css Color HEX #7D725C Pablo

📋 copy color: '#7D725C'

red 125 ◦ green 114 ◦ blue 92

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

Shades of Pablo #7D725C

Tints of Pablo #7D725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 37.76%
G = 34.44%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D725C (or 0x7D725C) is known color: Pablo. HEX triplet: 7D, 72 and 5C. RGB value is (125,114,92). Sum of RGB (Red+Green+Blue) = 125+114+92=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D725C is #828DA3. Grayscale: #727272. Windows color (decimal): -8555940 or 6058621. OLE color: 6058621.

HSL color Cylindrical-coordinate representation of color #7D725C: hue angle of 40º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D725C is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 114 92 -
CMYK 0 0.09 0.26 0.51
HSL 40º 0.15% 0.43% -
HSV(B) 40º 0.26% 0.49% -
XYZ 16.41 17.17 12.57 -
YUV 114.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 125 114 92 0 0.09 0.26 0.51 40 0.15 0.43
Hex 7D 72 5C 0 9 1A 33 28 F 2B
Octal 175 162 134 0 11 32 63 50 17 53
Binary 1111101 1110010 1011100 0 1001 11010 110011 101000 1111 101011

Color Harmonies of #7D725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D725C

Black with #7D725C

Text Example


Text Example

White with #7D725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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