Html Css Color HEX #68746B Sirocco

📋 copy color: '#68746B'

red 104 ◦ green 116 ◦ blue 107

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

Shades of Sirocco #68746B

Tints of Sirocco #68746B

RGB

 RED value IS 104 (41.02% from 255) = 31.8%

 GREEN value IS 116 (45.7% from 255) = 35.47%

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 31.8%
G = 35.47%
B = 32.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#68746B (or 0x68746B) is known color: Sirocco. HEX triplet: 68, 74 and 6B. RGB value is (104,116,107). Sum of RGB (Red+Green+Blue) = 104+116+107=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 116 - color contains mainly: green. Hex color #68746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68746B is #978B94. Grayscale: #6F6F6F. Windows color (decimal): -9931669 or 7042152. OLE color: 7042152.

HSL color Cylindrical-coordinate representation of color #68746B: hue angle of 135º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68746B is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 116 107 -
CMYK 0.10 0 0.08 0.55
HSL 135º 0.05% 0.43% -
HSV(B) 135º 0.1% 0.45% -
XYZ 14.61 16.5 16.32 -
YUV 111.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 104 116 107 0.10 0 0.08 0.55 135 0.05 0.43
Hex 68 74 6B A 0 8 37 87 5 2B
Octal 150 164 153 12 0 10 67 207 5 53
Binary 1101000 1110100 1101011 1010 0 1000 110111 10000111 101 101011

Color Harmonies of #68746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68746B

Black with #68746B

Text Example


Text Example

White with #68746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68746B; }

 p { color: rgb(104,116,107); }

 H1.HeaderClassName
 {
   color: #68746B;
 }
 .AnyTagClassName
 {
   color: #68746B;
 }
</style>

background-color css

<style>
 a { background-color: #68746B; }

 a { background-color: rgb(104,116,107); }

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

border-color css

<style>
 span { border-color: #68746B; }

 span { border-color: rgb(104,116,107); }

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