Html Css Color HEX #665F74 Smoky

📋 copy color: '#665F74'

red 102 ◦ green 95 ◦ blue 116

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

Shades of Smoky #665F74

Tints of Smoky #665F74

RGB

 RED value IS 102 (40.23% from 255) = 32.59%

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 32.59%
G = 30.35%
B = 37.06%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#665F74 (or 0x665F74) is known color: Smoky. HEX triplet: 66, 5F and 74. RGB value is (102,95,116). Sum of RGB (Red+Green+Blue) = 102+95+116=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #665F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F74 is #99A08B. Grayscale: #636363. Windows color (decimal): -10068108 or 7626598. OLE color: 7626598.

HSL color Cylindrical-coordinate representation of color #665F74: hue angle of 260º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665F74 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 95 116 -
CMYK 0.12 0.18 0 0.55
HSL 260º 0.1% 0.41% -
HSV(B) 260º 0.18% 0.45% -
XYZ 12.72 12.27 18.22 -
YUV 99.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 102 95 116 0.12 0.18 0 0.55 260 0.1 0.41
Hex 66 5F 74 C 12 0 37 104 A 29
Octal 146 137 164 14 22 0 67 404 12 51
Binary 1100110 1011111 1110100 1100 10010 0 110111 100000100 1010 101001

Color Harmonies of #665F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F74

Black with #665F74

Text Example


Text Example

White with #665F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665F74; }

 p { color: rgb(102,95,116); }

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

background-color css

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

 a { background-color: rgb(102,95,116); }

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

border-color css

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

 span { border-color: rgb(102,95,116); }

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