Html Css Color HEX #687C72 Sirocco

📋 copy color: '#687C72'

red 104 ◦ green 124 ◦ blue 114

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

Shades of Sirocco #687C72

Tints of Sirocco #687C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.26%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 30.41%
G = 36.26%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#687C72 (or 0x687C72) is known color: Sirocco. HEX triplet: 68, 7C and 72. RGB value is (104,124,114). Sum of RGB (Red+Green+Blue) = 104+124+114=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #687C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C72 is #97838D. Grayscale: #747474. Windows color (decimal): -9929614 or 7502952. OLE color: 7502952.

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

Color convert

RGB 104 124 114 -
CMYK 0.16 0 0.08 0.51
HSL 150º 0.09% 0.45% -
HSV(B) 150º 0.16% 0.49% -
XYZ 15.95 18.57 18.66 -
YUV 116.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 104 124 114 0.16 0 0.08 0.51 150 0.09 0.45
Hex 68 7C 72 10 0 8 33 96 9 2D
Octal 150 174 162 20 0 10 63 226 11 55
Binary 1101000 1111100 1110010 10000 0 1000 110011 10010110 1001 101101

Color Harmonies of #687C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C72

Black with #687C72

Text Example


Text Example

White with #687C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,124,114); }

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

background-color css

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

 a { background-color: rgb(104,124,114); }

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

border-color css

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

 span { border-color: rgb(104,124,114); }

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