Html Css Color HEX #69776D Sirocco

📋 copy color: '#69776D'

red 105 ◦ green 119 ◦ blue 109

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

Shades of Sirocco #69776D

Tints of Sirocco #69776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 31.53%
G = 35.74%
B = 32.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#69776D (or 0x69776D) is known color: Sirocco. HEX triplet: 69, 77 and 6D. RGB value is (105,119,109). Sum of RGB (Red+Green+Blue) = 105+119+109=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #69776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69776D is #968892. Grayscale: #717171. Windows color (decimal): -9865363 or 7173993. OLE color: 7173993.

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

Color convert

RGB 105 119 109 -
CMYK 0.12 0 0.08 0.53
HSL 137.14º 0.06% 0.44% -
HSV(B) 137.14º 0.12% 0.47% -
XYZ 15.18 17.3 17.01 -
YUV 113.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 105 119 109 0.12 0 0.08 0.53 137.14 0.06 0.44
Hex 69 77 6D C 0 8 35 89 6 2C
Octal 151 167 155 14 0 10 65 211 6 54
Binary 1101001 1110111 1101101 1100 0 1000 110101 10001001 110 101100

Color Harmonies of #69776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69776D

Black with #69776D

Text Example


Text Example

White with #69776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69776D; }

 p { color: rgb(105,119,109); }

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

background-color css

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

 a { background-color: rgb(105,119,109); }

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

border-color css

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

 span { border-color: rgb(105,119,109); }

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