Html Css Color HEX #677168 Sirocco

📋 copy color: '#677168'

red 103 ◦ green 113 ◦ blue 104

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

Shades of Sirocco #677168

Tints of Sirocco #677168

RGB

 RED value IS 103 (40.63% from 255) = 32.19%

 GREEN value IS 113 (44.53% from 255) = 35.31%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 32.19%
G = 35.31%
B = 32.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#677168 (or 0x677168) is known color: Sirocco. HEX triplet: 67, 71 and 68. RGB value is (103,113,104). Sum of RGB (Red+Green+Blue) = 103+113+104=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 113 - color contains mainly: green. Hex color #677168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677168 is #988E97. Grayscale: #6D6D6D. Windows color (decimal): -9997976 or 6844775. OLE color: 6844775.

HSL color Cylindrical-coordinate representation of color #677168: hue angle of 126º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #677168 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 113 104 -
CMYK 0.09 0 0.08 0.56
HSL 126º 0.05% 0.42% -
HSV(B) 126º 0.09% 0.44% -
XYZ 14 15.69 15.39 -
YUV 108.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 103 113 104 0.09 0 0.08 0.56 126 0.05 0.42
Hex 67 71 68 9 0 8 38 7E 5 2A
Octal 147 161 150 11 0 10 70 176 5 52
Binary 1100111 1110001 1101000 1001 0 1000 111000 1111110 101 101010

Color Harmonies of #677168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677168

Black with #677168

Text Example


Text Example

White with #677168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677168; }

 p { color: rgb(103,113,104); }

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

background-color css

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

 a { background-color: rgb(103,113,104); }

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

border-color css

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

 span { border-color: rgb(103,113,104); }

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