Html Css Color HEX #666272 Dolphin

📋 copy color: '#666272'

red 102 ◦ green 98 ◦ blue 114

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

Shades of Dolphin #666272

Tints of Dolphin #666272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 32.48%
G = 31.21%
B = 36.31%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666272 (or 0x666272) is known color: Dolphin. HEX triplet: 66, 62 and 72. RGB value is (102,98,114). Sum of RGB (Red+Green+Blue) = 102+98+114=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #666272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666272 is #999D8D. Grayscale: #646464. Windows color (decimal): -10067342 or 7496294. OLE color: 7496294.

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

Color convert

RGB 102 98 114 -
CMYK 0.11 0.14 0 0.55
HSL 255º 0.08% 0.42% -
HSV(B) 255º 0.14% 0.45% -
XYZ 12.88 12.78 17.71 -
YUV 101.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 102 98 114 0.11 0.14 0 0.55 255 0.08 0.42
Hex 66 62 72 B E 0 37 FF 8 2A
Octal 146 142 162 13 16 0 67 377 10 52
Binary 1100110 1100010 1110010 1011 1110 0 110111 11111111 1000 101010

Color Harmonies of #666272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666272

Black with #666272

Text Example


Text Example

White with #666272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666272; }

 p { color: rgb(102,98,114); }

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

background-color css

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

 a { background-color: rgb(102,98,114); }

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

border-color css

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

 span { border-color: rgb(102,98,114); }

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