Html Css Color HEX #7F7367 Sand Dune

📋 copy color: '#7F7367'

red 127 ◦ green 115 ◦ blue 103

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

Shades of Sand Dune #7F7367

Tints of Sand Dune #7F7367

RGB

 RED value IS 127 (50% from 255) = 36.81%

 GREEN value IS 115 (45.31% from 255) = 33.33%

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

R = 36.81%
G = 33.33%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#7F7367 (or 0x7F7367) is known color: Sand Dune. HEX triplet: 7F, 73 and 67. RGB value is (127,115,103). Sum of RGB (Red+Green+Blue) = 127+115+103=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7367 is #808C98. Grayscale: #757575. Windows color (decimal): -8424601 or 6779775. OLE color: 6779775.

HSL color Cylindrical-coordinate representation of color #7F7367: hue angle of 30º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F7367 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 115 103 -
CMYK 0 0.09 0.19 0.50
HSL 30º 0.1% 0.45% -
HSV(B) 30º 0.19% 0.5% -
XYZ 17.33 17.75 15.35 -
YUV 117.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 127 115 103 0 0.09 0.19 0.50 30 0.1 0.45
Hex 7F 73 67 0 9 13 32 1E A 2D
Octal 177 163 147 0 11 23 62 36 12 55
Binary 1111111 1110011 1100111 0 1001 10011 110010 11110 1010 101101

Color Harmonies of #7F7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7367

Black with #7F7367

Text Example


Text Example

White with #7F7367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7367; }

 p { color: rgb(127,115,103); }

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

background-color css

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

 a { background-color: rgb(127,115,103); }

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

border-color css

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

 span { border-color: rgb(127,115,103); }

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