Html Css Color HEX #7C705A Pablo

📋 copy color: '#7C705A'

red 124 ◦ green 112 ◦ blue 90

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

Shades of Pablo #7C705A

Tints of Pablo #7C705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 38.04%
G = 34.36%
B = 27.61%

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

#7C705A (or 0x7C705A) is known color: Pablo. HEX triplet: 7C, 70 and 5A. RGB value is (124,112,90). Sum of RGB (Red+Green+Blue) = 124+112+90=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C705A is #838FA5. Grayscale: #717171. Windows color (decimal): -8621990 or 5927036. OLE color: 5927036.

HSL color Cylindrical-coordinate representation of color #7C705A: 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 #7C705A is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 112 90 -
CMYK 0 0.10 0.27 0.51
HSL 38.82º 0.16% 0.42% -
HSV(B) 38.82º 0.27% 0.49% -
XYZ 15.95 16.61 12.04 -
YUV 113.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 124 112 90 0 0.10 0.27 0.51 38.82 0.16 0.42
Hex 7C 70 5A 0 A 1B 33 27 10 2A
Octal 174 160 132 0 12 33 63 47 20 52
Binary 1111100 1110000 1011010 0 1010 11011 110011 100111 10000 101010

Color Harmonies of #7C705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C705A

Black with #7C705A

Text Example


Text Example

White with #7C705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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