Html Css Color HEX #676079 Dolphin

📋 copy color: '#676079'

red 103 ◦ green 96 ◦ blue 121

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

Shades of Dolphin #676079

Tints of Dolphin #676079

RGB

 RED value IS 103 (40.63% from 255) = 32.19%

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

 BLUE value IS 121 (47.66% from 255) = 37.81%

R = 32.19%
G = 30%
B = 37.81%

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

#676079 (or 0x676079) is known color: Dolphin. HEX triplet: 67, 60 and 79. RGB value is (103,96,121). Sum of RGB (Red+Green+Blue) = 103+96+121=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #676079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676079 is #989F86. Grayscale: #646464. Windows color (decimal): -10002311 or 7954535. OLE color: 7954535.

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

Color convert

RGB 103 96 121 -
CMYK 0.15 0.21 0 0.53
HSL 256.8º 0.12% 0.43% -
HSV(B) 256.8º 0.21% 0.47% -
XYZ 13.23 12.63 19.83 -
YUV 100.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 103 96 121 0.15 0.21 0 0.53 256.8 0.12 0.43
Hex 67 60 79 F 15 0 35 101 C 2B
Octal 147 140 171 17 25 0 65 401 14 53
Binary 1100111 1100000 1111001 1111 10101 0 110101 100000001 1100 101011

Color Harmonies of #676079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676079

Black with #676079

Text Example


Text Example

White with #676079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676079; }

 p { color: rgb(103,96,121); }

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

background-color css

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

 a { background-color: rgb(103,96,121); }

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

border-color css

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

 span { border-color: rgb(103,96,121); }

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