Html Css Color HEX #7D755E Pablo

📋 copy color: '#7D755E'

red 125 ◦ green 117 ◦ blue 94

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

Shades of Pablo #7D755E

Tints of Pablo #7D755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.82%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 37.2%
G = 34.82%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7D755E (or 0x7D755E) is known color: Pablo. HEX triplet: 7D, 75 and 5E. RGB value is (125,117,94). Sum of RGB (Red+Green+Blue) = 125+117+94=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D755E is #828AA1. Grayscale: #747474. Windows color (decimal): -8555170 or 6190461. OLE color: 6190461.

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

Color convert

RGB 125 117 94 -
CMYK 0 0.06 0.25 0.51
HSL 44.52º 0.14% 0.43% -
HSV(B) 44.52º 0.25% 0.49% -
XYZ 16.84 17.89 13.16 -
YUV 116.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 125 117 94 0 0.06 0.25 0.51 44.52 0.14 0.43
Hex 7D 75 5E 0 6 19 33 2D E 2B
Octal 175 165 136 0 6 31 63 55 16 53
Binary 1111101 1110101 1011110 0 110 11001 110011 101101 1110 101011

Color Harmonies of #7D755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D755E

Black with #7D755E

Text Example


Text Example

White with #7D755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,117,94); }

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

background-color css

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

 a { background-color: rgb(125,117,94); }

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

border-color css

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

 span { border-color: rgb(125,117,94); }

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