Html Css Color HEX #767270 Sand Dune

📋 copy color: '#767270'

red 118 ◦ green 114 ◦ blue 112

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

Shades of Sand Dune #767270

Tints of Sand Dune #767270

RGB

 RED value IS 118 (46.48% from 255) = 34.3%

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

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 34.3%
G = 33.14%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#767270 (or 0x767270) is known color: Sand Dune. HEX triplet: 76, 72 and 70. RGB value is (118,114,112). Sum of RGB (Red+Green+Blue) = 118+114+112=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #767270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767270 is #898D8F. Grayscale: #727272. Windows color (decimal): -9014672 or 7369334. OLE color: 7369334.

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

Color convert

RGB 118 114 112 -
CMYK 0 0.03 0.05 0.54
HSL 20º 0.03% 0.45% -
HSV(B) 20º 0.05% 0.46% -
XYZ 16.41 17.06 17.76 -
YUV 114.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 118 114 112 0 0.03 0.05 0.54 20 0.03 0.45
Hex 76 72 70 0 3 5 36 14 3 2D
Octal 166 162 160 0 3 5 66 24 3 55
Binary 1110110 1110010 1110000 0 11 101 110110 10100 11 101101

Color Harmonies of #767270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767270

Black with #767270

Text Example


Text Example

White with #767270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767270; }

 p { color: rgb(118,114,112); }

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

background-color css

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

 a { background-color: rgb(118,114,112); }

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

border-color css

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

 span { border-color: rgb(118,114,112); }

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