Html Css Color HEX #756F67 Sandstone

📋 copy color: '#756F67'

red 117 ◦ green 111 ◦ blue 103

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

Shades of Sandstone #756F67

Tints of Sandstone #756F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 35.35%
G = 33.53%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#756F67 (or 0x756F67) is known color: Sandstone. HEX triplet: 75, 6F and 67. RGB value is (117,111,103). Sum of RGB (Red+Green+Blue) = 117+111+103=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #756F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F67 is #8A9098. Grayscale: #6F6F6F. Windows color (decimal): -9080985 or 6778741. OLE color: 6778741.

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

Color convert

RGB 117 111 103 -
CMYK 0 0.05 0.12 0.54
HSL 34.29º 0.06% 0.43% -
HSV(B) 34.29º 0.12% 0.46% -
XYZ 15.47 16.13 15.13 -
YUV 111.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 117 111 103 0 0.05 0.12 0.54 34.29 0.06 0.43
Hex 75 6F 67 0 5 C 36 22 6 2B
Octal 165 157 147 0 5 14 66 42 6 53
Binary 1110101 1101111 1100111 0 101 1100 110110 100010 110 101011

Color Harmonies of #756F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F67

Black with #756F67

Text Example


Text Example

White with #756F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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