Html Css Color HEX #7C7256 Pablo

📋 copy color: '#7C7256'

red 124 ◦ green 114 ◦ blue 86

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

Shades of Pablo #7C7256

Tints of Pablo #7C7256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.54%

R = 38.27%
G = 35.19%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C7256 (or 0x7C7256) is known color: Pablo. HEX triplet: 7C, 72 and 56. RGB value is (124,114,86). Sum of RGB (Red+Green+Blue) = 124+114+86=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7256 is #838DA9. Grayscale: #717171. Windows color (decimal): -8621482 or 5665404. OLE color: 5665404.

HSL color Cylindrical-coordinate representation of color #7C7256: hue angle of 44.21º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C7256 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 114 86 -
CMYK 0 0.08 0.31 0.51
HSL 44.21º 0.18% 0.41% -
HSV(B) 44.21º 0.31% 0.49% -
XYZ 16.01 16.99 11.24 -
YUV 113.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 124 114 86 0 0.08 0.31 0.51 44.21 0.18 0.41
Hex 7C 72 56 0 8 1F 33 2C 12 29
Octal 174 162 126 0 10 37 63 54 22 51
Binary 1111100 1110010 1010110 0 1000 11111 110011 101100 10010 101001

Color Harmonies of #7C7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7256

Black with #7C7256

Text Example


Text Example

White with #7C7256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,114,86); }

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

background-color css

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

 a { background-color: rgb(124,114,86); }

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

border-color css

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

 span { border-color: rgb(124,114,86); }

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