Html Css Color HEX #78726B Sandstone

📋 copy color: '#78726B'

red 120 ◦ green 114 ◦ blue 107

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

Shades of Sandstone #78726B

Tints of Sandstone #78726B

RGB

 RED value IS 120 (47.27% from 255) = 35.19%

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 35.19%
G = 33.43%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78726B (or 0x78726B) is known color: Sandstone. HEX triplet: 78, 72 and 6B. RGB value is (120,114,107). Sum of RGB (Red+Green+Blue) = 120+114+107=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #78726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78726B is #878D94. Grayscale: #737373. Windows color (decimal): -8883605 or 7041656. OLE color: 7041656.

HSL color Cylindrical-coordinate representation of color #78726B: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #78726B is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 114 107 -
CMYK 0 0.05 0.11 0.53
HSL 32.31º 0.06% 0.45% -
HSV(B) 32.31º 0.11% 0.47% -
XYZ 16.42 17.09 16.34 -
YUV 115 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 120 114 107 0 0.05 0.11 0.53 32.31 0.06 0.45
Hex 78 72 6B 0 5 B 35 20 6 2D
Octal 170 162 153 0 5 13 65 40 6 55
Binary 1111000 1110010 1101011 0 101 1011 110101 100000 110 101101

Color Harmonies of #78726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78726B

Black with #78726B

Text Example


Text Example

White with #78726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,114,107); }

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

background-color css

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

 a { background-color: rgb(120,114,107); }

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

border-color css

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

 span { border-color: rgb(120,114,107); }

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