Html Css Color HEX #6F7A75 Sirocco

📋 copy color: '#6F7A75'

red 111 ◦ green 122 ◦ blue 117

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

Shades of Sirocco #6F7A75

Tints of Sirocco #6F7A75

RGB

 RED value IS 111 (43.75% from 255) = 31.71%

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

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 31.71%
G = 34.86%
B = 33.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#6F7A75 (or 0x6F7A75) is known color: Sirocco. HEX triplet: 6F, 7A and 75. RGB value is (111,122,117). Sum of RGB (Red+Green+Blue) = 111+122+117=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A75 is #90858A. Grayscale: #767676. Windows color (decimal): -9471371 or 7699055. OLE color: 7699055.

HSL color Cylindrical-coordinate representation of color #6F7A75: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F7A75 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 122 117 -
CMYK 0.09 0 0.04 0.52
HSL 152.73º 0.05% 0.46% -
HSV(B) 152.73º 0.09% 0.48% -
XYZ 16.73 18.58 19.53 -
YUV 118.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 111 122 117 0.09 0 0.04 0.52 152.73 0.05 0.46
Hex 6F 7A 75 9 0 4 34 99 5 2E
Octal 157 172 165 11 0 4 64 231 5 56
Binary 1101111 1111010 1110101 1001 0 100 110100 10011001 101 101110

Color Harmonies of #6F7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7A75

Black with #6F7A75

Text Example


Text Example

White with #6F7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,122,117); }

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

background-color css

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

 a { background-color: rgb(111,122,117); }

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

border-color css

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

 span { border-color: rgb(111,122,117); }

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