Html Css Color HEX #7C705B Pablo

📋 copy color: '#7C705B'

red 124 ◦ green 112 ◦ blue 91

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

Shades of Pablo #7C705B

Tints of Pablo #7C705B

RGB

 RED value IS 124 (48.83% from 255) = 37.92%

 GREEN value IS 112 (44.14% from 255) = 34.25%

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

R = 37.92%
G = 34.25%
B = 27.83%

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

#7C705B (or 0x7C705B) is known color: Pablo. HEX triplet: 7C, 70 and 5B. RGB value is (124,112,91). Sum of RGB (Red+Green+Blue) = 124+112+91=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C705B is #838FA4. Grayscale: #717171. Windows color (decimal): -8621989 or 5992572. OLE color: 5992572.

HSL color Cylindrical-coordinate representation of color #7C705B: hue angle of 38.18º degrees, saturation: 0.15, 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 #7C705B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 112 91 -
CMYK 0 0.10 0.27 0.51
HSL 38.18º 0.15% 0.42% -
HSV(B) 38.18º 0.27% 0.49% -
XYZ 15.99 16.63 12.26 -
YUV 113.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 124 112 91 0 0.10 0.27 0.51 38.18 0.15 0.42
Hex 7C 70 5B 0 A 1B 33 26 F 2A
Octal 174 160 133 0 12 33 63 46 17 52
Binary 1111100 1110000 1011011 0 1010 11011 110011 100110 1111 101010

Color Harmonies of #7C705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C705B

Black with #7C705B

Text Example


Text Example

White with #7C705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,112,91); }

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

background-color css

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

 a { background-color: rgb(124,112,91); }

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

border-color css

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

 span { border-color: rgb(124,112,91); }

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