Html Css Color HEX #7F735B Pablo

📋 copy color: '#7F735B'

red 127 ◦ green 115 ◦ blue 91

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

Shades of Pablo #7F735B

Tints of Pablo #7F735B

RGB

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

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

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

R = 38.14%
G = 34.53%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F735B (or 0x7F735B) is known color: Pablo. HEX triplet: 7F, 73 and 5B. RGB value is (127,115,91). Sum of RGB (Red+Green+Blue) = 127+115+91=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F735B is #808CA4. Grayscale: #737373. Windows color (decimal): -8424613 or 5993343. OLE color: 5993343.

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

Color convert

RGB 127 115 91 -
CMYK 0 0.09 0.28 0.50
HSL 40º 0.17% 0.43% -
HSV(B) 40º 0.28% 0.5% -
XYZ 16.77 17.53 12.4 -
YUV 115.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 127 115 91 0 0.09 0.28 0.50 40 0.17 0.43
Hex 7F 73 5B 0 9 1C 32 28 11 2B
Octal 177 163 133 0 11 34 62 50 21 53
Binary 1111111 1110011 1011011 0 1001 11100 110010 101000 10001 101011

Color Harmonies of #7F735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F735B

Black with #7F735B

Text Example


Text Example

White with #7F735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,115,91); }

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

background-color css

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

 a { background-color: rgb(127,115,91); }

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

border-color css

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

 span { border-color: rgb(127,115,91); }

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