Html Css Color HEX #6B726F Sirocco

📋 copy color: '#6B726F'

red 107 ◦ green 114 ◦ blue 111

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

Shades of Sirocco #6B726F

Tints of Sirocco #6B726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 32.23%
G = 34.34%
B = 33.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#6B726F (or 0x6B726F) is known color: Sirocco. HEX triplet: 6B, 72 and 6F. RGB value is (107,114,111). Sum of RGB (Red+Green+Blue) = 107+114+111=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 114 - color contains mainly: green. Hex color #6B726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B726F is #948D90. Grayscale: #6F6F6F. Windows color (decimal): -9735569 or 7303787. OLE color: 7303787.

HSL color Cylindrical-coordinate representation of color #6B726F: hue angle of 154.29º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6B726F is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 114 111 -
CMYK 0.06 0 0.03 0.55
HSL 154.29º 0.03% 0.43% -
HSV(B) 154.29º 0.06% 0.45% -
XYZ 14.95 16.31 17.4 -
YUV 111.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 107 114 111 0.06 0 0.03 0.55 154.29 0.03 0.43
Hex 6B 72 6F 6 0 3 37 9A 3 2B
Octal 153 162 157 6 0 3 67 232 3 53
Binary 1101011 1110010 1101111 110 0 11 110111 10011010 11 101011

Color Harmonies of #6B726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B726F

Black with #6B726F

Text Example


Text Example

White with #6B726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,114,111); }

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

background-color css

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

 a { background-color: rgb(107,114,111); }

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

border-color css

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

 span { border-color: rgb(107,114,111); }

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