Html Css Color HEX #7D745C Pablo

📋 copy color: '#7D745C'

red 125 ◦ green 116 ◦ blue 92

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

Shades of Pablo #7D745C

Tints of Pablo #7D745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.83%

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

R = 37.54%
G = 34.83%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D745C (or 0x7D745C) is known color: Pablo. HEX triplet: 7D, 74 and 5C. RGB value is (125,116,92). Sum of RGB (Red+Green+Blue) = 125+116+92=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D745C is #828BA3. Grayscale: #747474. Windows color (decimal): -8555428 or 6059133. OLE color: 6059133.

HSL color Cylindrical-coordinate representation of color #7D745C: hue angle of 43.64º 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 #7D745C is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 116 92 -
CMYK 0 0.07 0.26 0.51
HSL 43.64º 0.15% 0.43% -
HSV(B) 43.64º 0.26% 0.49% -
XYZ 16.63 17.62 12.65 -
YUV 115.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 125 116 92 0 0.07 0.26 0.51 43.64 0.15 0.43
Hex 7D 74 5C 0 7 1A 33 2C F 2B
Octal 175 164 134 0 7 32 63 54 17 53
Binary 1111101 1110100 1011100 0 111 11010 110011 101100 1111 101011

Color Harmonies of #7D745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D745C

Black with #7D745C

Text Example


Text Example

White with #7D745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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