Html Css Color HEX #698775 Sirocco

📋 copy color: '#698775'

red 105 ◦ green 135 ◦ blue 117

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

Shades of Sirocco #698775

Tints of Sirocco #698775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 29.41%
G = 37.82%
B = 32.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#698775 (or 0x698775) is known color: Sirocco. HEX triplet: 69, 87 and 75. RGB value is (105,135,117). Sum of RGB (Red+Green+Blue) = 105+135+117=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #698775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698775 is #96788A. Grayscale: #7C7C7C. Windows color (decimal): -9861259 or 7702377. OLE color: 7702377.

HSL color Cylindrical-coordinate representation of color #698775: hue angle of 144º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698775 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 135 117 -
CMYK 0.22 0 0.13 0.47
HSL 144º 0.13% 0.47% -
HSV(B) 144º 0.22% 0.53% -
XYZ 17.7 21.62 20.07 -
YUV 123.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 105 135 117 0.22 0 0.13 0.47 144 0.13 0.47
Hex 69 87 75 16 0 D 2F 90 C 2F
Octal 151 207 165 26 0 15 57 220 14 57
Binary 1101001 10000111 1110101 10110 0 1101 101111 10010000 1100 101111

Color Harmonies of #698775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698775

Black with #698775

Text Example


Text Example

White with #698775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698775; }

 p { color: rgb(105,135,117); }

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

background-color css

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

 a { background-color: rgb(105,135,117); }

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

border-color css

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

 span { border-color: rgb(105,135,117); }

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