Html Css Color HEX #7F725A Pablo

📋 copy color: '#7F725A'

red 127 ◦ green 114 ◦ blue 90

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

Shades of Pablo #7F725A

Tints of Pablo #7F725A

RGB

 RED value IS 127 (50% from 255) = 38.37%

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

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

R = 38.37%
G = 34.44%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#7F725A (or 0x7F725A) is known color: Pablo. HEX triplet: 7F, 72 and 5A. RGB value is (127,114,90). Sum of RGB (Red+Green+Blue) = 127+114+90=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F725A is #808DA5. Grayscale: #737373. Windows color (decimal): -8424870 or 5927551. OLE color: 5927551.

HSL color Cylindrical-coordinate representation of color #7F725A: hue angle of 38.92º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F725A is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 114 90 -
CMYK 0 0.10 0.29 0.50
HSL 38.92º 0.17% 0.43% -
HSV(B) 38.92º 0.29% 0.5% -
XYZ 16.62 17.28 12.13 -
YUV 115.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 127 114 90 0 0.10 0.29 0.50 38.92 0.17 0.43
Hex 7F 72 5A 0 A 1D 32 27 11 2B
Octal 177 162 132 0 12 35 62 47 21 53
Binary 1111111 1110010 1011010 0 1010 11101 110010 100111 10001 101011

Color Harmonies of #7F725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F725A

Black with #7F725A

Text Example


Text Example

White with #7F725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,114,90); }

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

background-color css

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

 a { background-color: rgb(127,114,90); }

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

border-color css

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

 span { border-color: rgb(127,114,90); }

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