Html Css Color HEX #7F745B Pablo

📋 copy color: '#7F745B'

red 127 ◦ green 116 ◦ blue 91

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

Shades of Pablo #7F745B

Tints of Pablo #7F745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

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

R = 38.02%
G = 34.73%
B = 27.25%

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

#7F745B (or 0x7F745B) is known color: Pablo. HEX triplet: 7F, 74 and 5B. RGB value is (127,116,91). Sum of RGB (Red+Green+Blue) = 127+116+91=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F745B is #808BA4. Grayscale: #747474. Windows color (decimal): -8424357 or 5993599. OLE color: 5993599.

HSL color Cylindrical-coordinate representation of color #7F745B: hue angle of 41.67º 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 #7F745B is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 116 91 -
CMYK 0 0.09 0.28 0.50
HSL 41.67º 0.17% 0.43% -
HSV(B) 41.67º 0.28% 0.5% -
XYZ 16.89 17.76 12.44 -
YUV 116.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 127 116 91 0 0.09 0.28 0.50 41.67 0.17 0.43
Hex 7F 74 5B 0 9 1C 32 2A 11 2B
Octal 177 164 133 0 11 34 62 52 21 53
Binary 1111111 1110100 1011011 0 1001 11100 110010 101010 10001 101011

Color Harmonies of #7F745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F745B

Black with #7F745B

Text Example


Text Example

White with #7F745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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