Html Css Color HEX #665F78 Dolphin

📋 copy color: '#665F78'

red 102 ◦ green 95 ◦ blue 120

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

Shades of Dolphin #665F78

Tints of Dolphin #665F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 32.18%
G = 29.97%
B = 37.85%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#665F78 (or 0x665F78) is known color: Dolphin. HEX triplet: 66, 5F and 78. RGB value is (102,95,120). Sum of RGB (Red+Green+Blue) = 102+95+120=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #665F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F78 is #99A087. Grayscale: #636363. Windows color (decimal): -10068104 or 7888742. OLE color: 7888742.

HSL color Cylindrical-coordinate representation of color #665F78: hue angle of 256.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665F78 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 95 120 -
CMYK 0.15 0.21 0 0.53
HSL 256.8º 0.12% 0.42% -
HSV(B) 256.8º 0.21% 0.47% -
XYZ 12.96 12.37 19.47 -
YUV 99.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 102 95 120 0.15 0.21 0 0.53 256.8 0.12 0.42
Hex 66 5F 78 F 15 0 35 101 C 2A
Octal 146 137 170 17 25 0 65 401 14 52
Binary 1100110 1011111 1111000 1111 10101 0 110101 100000001 1100 101010

Color Harmonies of #665F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F78

Black with #665F78

Text Example


Text Example

White with #665F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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