Html Css Color HEX #6B7A70 Sirocco

📋 copy color: '#6B7A70'

red 107 ◦ green 122 ◦ blue 112

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

Shades of Sirocco #6B7A70

Tints of Sirocco #6B7A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.78%

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 31.38%
G = 35.78%
B = 32.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#6B7A70 (or 0x6B7A70) is known color: Sirocco. HEX triplet: 6B, 7A and 70. RGB value is (107,122,112). Sum of RGB (Red+Green+Blue) = 107+122+112=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A70 is #94858F. Grayscale: #747474. Windows color (decimal): -9733520 or 7371371. OLE color: 7371371.

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

Color convert

RGB 107 122 112 -
CMYK 0.12 0 0.08 0.52
HSL 140º 0.07% 0.45% -
HSV(B) 140º 0.12% 0.48% -
XYZ 15.95 18.21 18 -
YUV 116.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 107 122 112 0.12 0 0.08 0.52 140 0.07 0.45
Hex 6B 7A 70 C 0 8 34 8C 7 2D
Octal 153 172 160 14 0 10 64 214 7 55
Binary 1101011 1111010 1110000 1100 0 1000 110100 10001100 111 101101

Color Harmonies of #6B7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7A70

Black with #6B7A70

Text Example


Text Example

White with #6B7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,122,112); }

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

background-color css

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

 a { background-color: rgb(107,122,112); }

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

border-color css

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

 span { border-color: rgb(107,122,112); }

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