Html Css Color HEX #756F62 Pablo

📋 copy color: '#756F62'

red 117 ◦ green 111 ◦ blue 98

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

Shades of Pablo #756F62

Tints of Pablo #756F62

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

 GREEN value IS 111 (43.75% from 255) = 34.05%

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 35.89%
G = 34.05%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#756F62 (or 0x756F62) is known color: Pablo. HEX triplet: 75, 6F and 62. RGB value is (117,111,98). Sum of RGB (Red+Green+Blue) = 117+111+98=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F62 is #8A909D. Grayscale: #6F6F6F. Windows color (decimal): -9080990 or 6451061. OLE color: 6451061.

HSL color Cylindrical-coordinate representation of color #756F62: hue angle of 41.05º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #756F62 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 111 98 -
CMYK 0 0.05 0.16 0.54
HSL 41.05º 0.09% 0.42% -
HSV(B) 41.05º 0.16% 0.46% -
XYZ 15.23 16.03 13.85 -
YUV 111.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 117 111 98 0 0.05 0.16 0.54 41.05 0.09 0.42
Hex 75 6F 62 0 5 10 36 29 9 2A
Octal 165 157 142 0 5 20 66 51 11 52
Binary 1110101 1101111 1100010 0 101 10000 110110 101001 1001 101010

Color Harmonies of #756F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F62

Black with #756F62

Text Example


Text Example

White with #756F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756F62; }

 p { color: rgb(117,111,98); }

 H1.HeaderClassName
 {
   color: #756F62;
 }
 .AnyTagClassName
 {
   color: #756F62;
 }
</style>

background-color css

<style>
 a { background-color: #756F62; }

 a { background-color: rgb(117,111,98); }

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

border-color css

<style>
 span { border-color: #756F62; }

 span { border-color: rgb(117,111,98); }

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