Html Css Color HEX #7F7555 Pablo

📋 copy color: '#7F7555'

red 127 ◦ green 117 ◦ blue 85

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

Shades of Pablo #7F7555

Tints of Pablo #7F7555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

 BLUE value IS 85 (33.59% from 255) = 25.84%

R = 38.6%
G = 35.56%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#7F7555 (or 0x7F7555) is known color: Pablo. HEX triplet: 7F, 75 and 55. RGB value is (127,117,85). Sum of RGB (Red+Green+Blue) = 127+117+85=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7555 is #808AAA. Grayscale: #747474. Windows color (decimal): -8424107 or 5600639. OLE color: 5600639.

HSL color Cylindrical-coordinate representation of color #7F7555: hue angle of 45.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F7555 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 117 85 -
CMYK 0 0.08 0.33 0.50
HSL 45.71º 0.2% 0.42% -
HSV(B) 45.71º 0.33% 0.5% -
XYZ 16.75 17.89 11.16 -
YUV 116.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 127 117 85 0 0.08 0.33 0.50 45.71 0.2 0.42
Hex 7F 75 55 0 8 21 32 2E 14 2A
Octal 177 165 125 0 10 41 62 56 24 52
Binary 1111111 1110101 1010101 0 1000 100001 110010 101110 10100 101010

Color Harmonies of #7F7555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7555

Black with #7F7555

Text Example


Text Example

White with #7F7555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,85); }

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

background-color css

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

 a { background-color: rgb(127,117,85); }

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

border-color css

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

 span { border-color: rgb(127,117,85); }

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