Html Css Color HEX #6B7B72 Sirocco

📋 copy color: '#6B7B72'

red 107 ◦ green 123 ◦ blue 114

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

Shades of Sirocco #6B7B72

Tints of Sirocco #6B7B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 31.1%
G = 35.76%
B = 33.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#6B7B72 (or 0x6B7B72) is known color: Sirocco. HEX triplet: 6B, 7B and 72. RGB value is (107,123,114). Sum of RGB (Red+Green+Blue) = 107+123+114=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7B72 is #94848D. Grayscale: #757575. Windows color (decimal): -9733262 or 7502699. OLE color: 7502699.

HSL color Cylindrical-coordinate representation of color #6B7B72: hue angle of 146.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B7B72 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 123 114 -
CMYK 0.13 0 0.07 0.52
HSL 146.25º 0.07% 0.45% -
HSV(B) 146.25º 0.13% 0.48% -
XYZ 16.18 18.51 18.64 -
YUV 117.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 107 123 114 0.13 0 0.07 0.52 146.25 0.07 0.45
Hex 6B 7B 72 D 0 7 34 92 7 2D
Octal 153 173 162 15 0 7 64 222 7 55
Binary 1101011 1111011 1110010 1101 0 111 110100 10010010 111 101101

Color Harmonies of #6B7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7B72

Black with #6B7B72

Text Example


Text Example

White with #6B7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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