Html Css Color HEX #7E7354 Pablo

📋 copy color: '#7E7354'

red 126 ◦ green 115 ◦ blue 84

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

Shades of Pablo #7E7354

Tints of Pablo #7E7354

RGB

 RED value IS 126 (49.61% from 255) = 38.77%

 GREEN value IS 115 (45.31% from 255) = 35.38%

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 38.77%
G = 35.38%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7E7354 (or 0x7E7354) is known color: Pablo. HEX triplet: 7E, 73 and 54. RGB value is (126,115,84). Sum of RGB (Red+Green+Blue) = 126+115+84=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7354 is #818CAB. Grayscale: #727272. Windows color (decimal): -8490156 or 5534590. OLE color: 5534590.

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

Color convert

RGB 126 115 84 -
CMYK 0 0.09 0.33 0.51
HSL 44.29º 0.2% 0.41% -
HSV(B) 44.29º 0.33% 0.49% -
XYZ 16.34 17.34 10.87 -
YUV 114.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 126 115 84 0 0.09 0.33 0.51 44.29 0.2 0.41
Hex 7E 73 54 0 9 21 33 2C 14 29
Octal 176 163 124 0 11 41 63 54 24 51
Binary 1111110 1110011 1010100 0 1001 100001 110011 101100 10100 101001

Color Harmonies of #7E7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7354

Black with #7E7354

Text Example


Text Example

White with #7E7354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,115,84); }

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

background-color css

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

 a { background-color: rgb(126,115,84); }

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

border-color css

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

 span { border-color: rgb(126,115,84); }

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