Html Css Color HEX #688272 Sirocco

📋 copy color: '#688272'

red 104 ◦ green 130 ◦ blue 114

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

Shades of Sirocco #688272

Tints of Sirocco #688272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

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

R = 29.89%
G = 37.36%
B = 32.76%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#688272 (or 0x688272) is known color: Sirocco. HEX triplet: 68, 82 and 72. RGB value is (104,130,114). Sum of RGB (Red+Green+Blue) = 104+130+114=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #688272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688272 is #977D8D. Grayscale: #787878. Windows color (decimal): -9928078 or 7504488. OLE color: 7504488.

HSL color Cylindrical-coordinate representation of color #688272: hue angle of 143.08º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #688272 is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 114 -
CMYK 0.2 0 0.12 0.49
HSL 143.08º 0.11% 0.46% -
HSV(B) 143.08º 0.2% 0.51% -
XYZ 16.73 20.12 18.92 -
YUV 120.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 104 130 114 0.2 0 0.12 0.49 143.08 0.11 0.46
Hex 68 82 72 14 0 C 31 8F B 2E
Octal 150 202 162 24 0 14 61 217 13 56
Binary 1101000 10000010 1110010 10100 0 1100 110001 10001111 1011 101110

Color Harmonies of #688272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688272

Black with #688272

Text Example


Text Example

White with #688272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688272; }

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

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

background-color css

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

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

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

border-color css

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

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

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