Html Css Color HEX #6B776D Sirocco

📋 copy color: '#6B776D'

red 107 ◦ green 119 ◦ blue 109

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

Shades of Sirocco #6B776D

Tints of Sirocco #6B776D

RGB

 RED value IS 107 (42.19% from 255) = 31.94%

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

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

R = 31.94%
G = 35.52%
B = 32.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#6B776D (or 0x6B776D) is known color: Sirocco. HEX triplet: 6B, 77 and 6D. RGB value is (107,119,109). Sum of RGB (Red+Green+Blue) = 107+119+109=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #6B776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B776D is #948892. Grayscale: #727272. Windows color (decimal): -9734291 or 7173995. OLE color: 7173995.

HSL color Cylindrical-coordinate representation of color #6B776D: hue angle of 130º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B776D is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 119 109 -
CMYK 0.10 0 0.08 0.53
HSL 130º 0.05% 0.44% -
HSV(B) 130º 0.1% 0.47% -
XYZ 15.42 17.42 17.02 -
YUV 114.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 107 119 109 0.10 0 0.08 0.53 130 0.05 0.44
Hex 6B 77 6D A 0 8 35 82 5 2C
Octal 153 167 155 12 0 10 65 202 5 54
Binary 1101011 1110111 1101101 1010 0 1000 110101 10000010 101 101100

Color Harmonies of #6B776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B776D

Black with #6B776D

Text Example


Text Example

White with #6B776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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