Html Css Color HEX #656072 Smoky

📋 copy color: '#656072'

red 101 ◦ green 96 ◦ blue 114

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

Shades of Smoky #656072

Tints of Smoky #656072

RGB

 RED value IS 101 (39.84% from 255) = 32.48%

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 32.48%
G = 30.87%
B = 36.66%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#656072 (or 0x656072) is known color: Smoky. HEX triplet: 65, 60 and 72. RGB value is (101,96,114). Sum of RGB (Red+Green+Blue) = 101+96+114=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #656072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656072 is #9A9F8D. Grayscale: #636363. Windows color (decimal): -10133390 or 7495781. OLE color: 7495781.

HSL color Cylindrical-coordinate representation of color #656072: hue angle of 256.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656072 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 96 114 -
CMYK 0.11 0.16 0 0.55
HSL 256.67º 0.09% 0.41% -
HSV(B) 256.67º 0.16% 0.45% -
XYZ 12.59 12.35 17.64 -
YUV 99.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 101 96 114 0.11 0.16 0 0.55 256.67 0.09 0.41
Hex 65 60 72 B 10 0 37 101 9 29
Octal 145 140 162 13 20 0 67 401 11 51
Binary 1100101 1100000 1110010 1011 10000 0 110111 100000001 1001 101001

Color Harmonies of #656072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656072

Black with #656072

Text Example


Text Example

White with #656072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656072; }

 p { color: rgb(101,96,114); }

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

background-color css

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

 a { background-color: rgb(101,96,114); }

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

border-color css

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

 span { border-color: rgb(101,96,114); }

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