Html Css Color HEX #687F6F Sirocco

📋 copy color: '#687F6F'

red 104 ◦ green 127 ◦ blue 111

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

Shades of Sirocco #687F6F

Tints of Sirocco #687F6F

RGB

 RED value IS 104 (41.02% from 255) = 30.41%

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 30.41%
G = 37.13%
B = 32.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#687F6F (or 0x687F6F) is known color: Sirocco. HEX triplet: 68, 7F and 6F. RGB value is (104,127,111). Sum of RGB (Red+Green+Blue) = 104+127+111=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #687F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F6F is #978090. Grayscale: #767676. Windows color (decimal): -9928849 or 7307112. OLE color: 7307112.

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

Color convert

RGB 104 127 111 -
CMYK 0.18 0 0.13 0.50
HSL 138.26º 0.1% 0.45% -
HSV(B) 138.26º 0.18% 0.5% -
XYZ 16.17 19.27 17.91 -
YUV 118.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 104 127 111 0.18 0 0.13 0.50 138.26 0.1 0.45
Hex 68 7F 6F 12 0 D 32 8A A 2D
Octal 150 177 157 22 0 15 62 212 12 55
Binary 1101000 1111111 1101111 10010 0 1101 110010 10001010 1010 101101

Color Harmonies of #687F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687F6F

Black with #687F6F

Text Example


Text Example

White with #687F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687F6F; }

 p { color: rgb(104,127,111); }

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

background-color css

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

 a { background-color: rgb(104,127,111); }

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

border-color css

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

 span { border-color: rgb(104,127,111); }

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