Html Css Color HEX #74706B Sandstone

📋 copy color: '#74706B'

red 116 ◦ green 112 ◦ blue 107

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

Shades of Sandstone #74706B

Tints of Sandstone #74706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 34.63%
G = 33.43%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74706B (or 0x74706B) is known color: Sandstone. HEX triplet: 74, 70 and 6B. RGB value is (116,112,107). Sum of RGB (Red+Green+Blue) = 116+112+107=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #74706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74706B is #8B8F94. Grayscale: #707070. Windows color (decimal): -9146261 or 7041140. OLE color: 7041140.

HSL color Cylindrical-coordinate representation of color #74706B: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74706B is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 107 -
CMYK 0 0.03 0.08 0.55
HSL 33.33º 0.04% 0.44% -
HSV(B) 33.33º 0.08% 0.45% -
XYZ 15.65 16.36 16.24 -
YUV 112.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 116 112 107 0 0.03 0.08 0.55 33.33 0.04 0.44
Hex 74 70 6B 0 3 8 37 21 4 2C
Octal 164 160 153 0 3 10 67 41 4 54
Binary 1110100 1110000 1101011 0 11 1000 110111 100001 100 101100

Color Harmonies of #74706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74706B

Black with #74706B

Text Example


Text Example

White with #74706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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