Html Css Color HEX #698776 Sirocco

📋 copy color: '#698776'

red 105 ◦ green 135 ◦ blue 118

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

Shades of Sirocco #698776

Tints of Sirocco #698776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.96%

R = 29.33%
G = 37.71%
B = 32.96%

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

#698776 (or 0x698776) is known color: Sirocco. HEX triplet: 69, 87 and 76. RGB value is (105,135,118). Sum of RGB (Red+Green+Blue) = 105+135+118=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #698776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698776 is #967889. Grayscale: #7C7C7C. Windows color (decimal): -9861258 or 7767913. OLE color: 7767913.

HSL color Cylindrical-coordinate representation of color #698776: hue angle of 146º 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 #698776 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 135 118 -
CMYK 0.22 0 0.13 0.47
HSL 146º 0.13% 0.47% -
HSV(B) 146º 0.22% 0.53% -
XYZ 17.76 21.64 20.38 -
YUV 124.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 105 135 118 0.22 0 0.13 0.47 146 0.13 0.47
Hex 69 87 76 16 0 D 2F 92 C 2F
Octal 151 207 166 26 0 15 57 222 14 57
Binary 1101001 10000111 1110110 10110 0 1101 101111 10010010 1100 101111

Color Harmonies of #698776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698776

Black with #698776

Text Example


Text Example

White with #698776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698776; }

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

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

background-color css

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

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

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

border-color css

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

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

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