Html Css Color HEX #687D71 Sirocco

📋 copy color: '#687D71'

red 104 ◦ green 125 ◦ blue 113

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

Shades of Sirocco #687D71

Tints of Sirocco #687D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.55%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 30.41%
G = 36.55%
B = 33.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#687D71 (or 0x687D71) is known color: Sirocco. HEX triplet: 68, 7D and 71. RGB value is (104,125,113). Sum of RGB (Red+Green+Blue) = 104+125+113=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 125 - color contains mainly: green. Hex color #687D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687D71 is #97828E. Grayscale: #757575. Windows color (decimal): -9929359 or 7437672. OLE color: 7437672.

HSL color Cylindrical-coordinate representation of color #687D71: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #687D71 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 125 113 -
CMYK 0.17 0 0.10 0.51
HSL 145.71º 0.09% 0.45% -
HSV(B) 145.71º 0.17% 0.49% -
XYZ 16.02 18.8 18.41 -
YUV 117.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 104 125 113 0.17 0 0.10 0.51 145.71 0.09 0.45
Hex 68 7D 71 11 0 A 33 92 9 2D
Octal 150 175 161 21 0 12 63 222 11 55
Binary 1101000 1111101 1110001 10001 0 1010 110011 10010010 1001 101101

Color Harmonies of #687D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D71

Black with #687D71

Text Example


Text Example

White with #687D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,125,113); }

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

background-color css

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

 a { background-color: rgb(104,125,113); }

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

border-color css

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

 span { border-color: rgb(104,125,113); }

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