Html Css Color HEX #6B7D70 Sirocco

📋 copy color: '#6B7D70'

red 107 ◦ green 125 ◦ blue 112

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

Shades of Sirocco #6B7D70

Tints of Sirocco #6B7D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.34%

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

R = 31.1%
G = 36.34%
B = 32.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#6B7D70 (or 0x6B7D70) is known color: Sirocco. HEX triplet: 6B, 7D and 70. RGB value is (107,125,112). Sum of RGB (Red+Green+Blue) = 107+125+112=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7D70 is #94828F. Grayscale: #767676. Windows color (decimal): -9732752 or 7372139. OLE color: 7372139.

HSL color Cylindrical-coordinate representation of color #6B7D70: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7D70 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 125 112 -
CMYK 0.14 0 0.10 0.51
HSL 136.67º 0.08% 0.45% -
HSV(B) 136.67º 0.14% 0.49% -
XYZ 16.32 18.96 18.13 -
YUV 118.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 107 125 112 0.14 0 0.10 0.51 136.67 0.08 0.45
Hex 6B 7D 70 E 0 A 33 89 8 2D
Octal 153 175 160 16 0 12 63 211 10 55
Binary 1101011 1111101 1110000 1110 0 1010 110011 10001001 1000 101101

Color Harmonies of #6B7D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7D70

Black with #6B7D70

Text Example


Text Example

White with #6B7D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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