Html Css Color HEX #6D7A70 Sirocco

📋 copy color: '#6D7A70'

red 109 ◦ green 122 ◦ blue 112

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

Shades of Sirocco #6D7A70

Tints of Sirocco #6D7A70

RGB

 RED value IS 109 (42.97% from 255) = 31.78%

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

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

R = 31.78%
G = 35.57%
B = 32.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#6D7A70 (or 0x6D7A70) is known color: Sirocco. HEX triplet: 6D, 7A and 70. RGB value is (109,122,112). Sum of RGB (Red+Green+Blue) = 109+122+112=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7A70 is #92858F. Grayscale: #747474. Windows color (decimal): -9602448 or 7371373. OLE color: 7371373.

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

Color convert

RGB 109 122 112 -
CMYK 0.11 0 0.08 0.52
HSL 133.85º 0.06% 0.45% -
HSV(B) 133.85º 0.11% 0.48% -
XYZ 16.19 18.34 18.02 -
YUV 116.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 109 122 112 0.11 0 0.08 0.52 133.85 0.06 0.45
Hex 6D 7A 70 B 0 8 34 86 6 2D
Octal 155 172 160 13 0 10 64 206 6 55
Binary 1101101 1111010 1110000 1011 0 1000 110100 10000110 110 101101

Color Harmonies of #6D7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7A70

Black with #6D7A70

Text Example


Text Example

White with #6D7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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