Html Css Color HEX #698072 Sirocco

📋 copy color: '#698072'

red 105 ◦ green 128 ◦ blue 114

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

Shades of Sirocco #698072

Tints of Sirocco #698072

RGB

 RED value IS 105 (41.41% from 255) = 30.26%

 GREEN value IS 128 (50.39% from 255) = 36.89%

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

R = 30.26%
G = 36.89%
B = 32.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#698072 (or 0x698072) is known color: Sirocco. HEX triplet: 69, 80 and 72. RGB value is (105,128,114). Sum of RGB (Red+Green+Blue) = 105+128+114=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #698072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698072 is #967F8D. Grayscale: #777777. Windows color (decimal): -9863054 or 7503977. OLE color: 7503977.

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

Color convert

RGB 105 128 114 -
CMYK 0.18 0 0.11 0.50
HSL 143.48º 0.1% 0.46% -
HSV(B) 143.48º 0.18% 0.5% -
XYZ 16.58 19.66 18.84 -
YUV 119.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 105 128 114 0.18 0 0.11 0.50 143.48 0.1 0.46
Hex 69 80 72 12 0 B 32 8F A 2E
Octal 151 200 162 22 0 13 62 217 12 56
Binary 1101001 10000000 1110010 10010 0 1011 110010 10001111 1010 101110

Color Harmonies of #698072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698072

Black with #698072

Text Example


Text Example

White with #698072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698072; }

 p { color: rgb(105,128,114); }

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

background-color css

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

 a { background-color: rgb(105,128,114); }

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

border-color css

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

 span { border-color: rgb(105,128,114); }

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