Html Css Color HEX #7F775A Pablo

📋 copy color: '#7F775A'

red 127 ◦ green 119 ◦ blue 90

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

Shades of Pablo #7F775A

Tints of Pablo #7F775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

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

R = 37.8%
G = 35.42%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#7F775A (or 0x7F775A) is known color: Pablo. HEX triplet: 7F, 77 and 5A. RGB value is (127,119,90). Sum of RGB (Red+Green+Blue) = 127+119+90=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F775A is #8088A5. Grayscale: #767676. Windows color (decimal): -8423590 or 5928831. OLE color: 5928831.

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

Color convert

RGB 127 119 90 -
CMYK 0 0.06 0.29 0.50
HSL 47.03º 0.17% 0.43% -
HSV(B) 47.03º 0.29% 0.5% -
XYZ 17.19 18.44 12.33 -
YUV 118.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 127 119 90 0 0.06 0.29 0.50 47.03 0.17 0.43
Hex 7F 77 5A 0 6 1D 32 2F 11 2B
Octal 177 167 132 0 6 35 62 57 21 53
Binary 1111111 1110111 1011010 0 110 11101 110010 101111 10001 101011

Color Harmonies of #7F775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F775A

Black with #7F775A

Text Example


Text Example

White with #7F775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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