Html Css Color HEX #747069 Sandstone

📋 copy color: '#747069'

red 116 ◦ green 112 ◦ blue 105

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

Shades of Sandstone #747069

Tints of Sandstone #747069

RGB

 RED value IS 116 (45.7% from 255) = 34.83%

 GREEN value IS 112 (44.14% from 255) = 33.63%

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 34.83%
G = 33.63%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#747069 (or 0x747069) is known color: Sandstone. HEX triplet: 74, 70 and 69. RGB value is (116,112,105). Sum of RGB (Red+Green+Blue) = 116+112+105=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #747069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747069 is #8B8F96. Grayscale: #707070. Windows color (decimal): -9146263 or 6910068. OLE color: 6910068.

HSL color Cylindrical-coordinate representation of color #747069: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747069 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 105 -
CMYK 0 0.03 0.09 0.55
HSL 38.18º 0.05% 0.43% -
HSV(B) 38.18º 0.09% 0.45% -
XYZ 15.55 16.32 15.7 -
YUV 112.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 116 112 105 0 0.03 0.09 0.55 38.18 0.05 0.43
Hex 74 70 69 0 3 9 37 26 5 2B
Octal 164 160 151 0 3 11 67 46 5 53
Binary 1110100 1110000 1101001 0 11 1001 110111 100110 101 101011

Color Harmonies of #747069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747069

Black with #747069

Text Example


Text Example

White with #747069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747069; }

 p { color: rgb(116,112,105); }

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

background-color css

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

 a { background-color: rgb(116,112,105); }

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

border-color css

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

 span { border-color: rgb(116,112,105); }

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