Html Css Color HEX #676179 Dolphin

📋 copy color: '#676179'

red 103 ◦ green 97 ◦ blue 121

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

Shades of Dolphin #676179

Tints of Dolphin #676179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 32.09%
G = 30.22%
B = 37.69%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676179 (or 0x676179) is known color: Dolphin. HEX triplet: 67, 61 and 79. RGB value is (103,97,121). Sum of RGB (Red+Green+Blue) = 103+97+121=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #676179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676179 is #989E86. Grayscale: #656565. Windows color (decimal): -10002055 or 7954791. OLE color: 7954791.

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

Color convert

RGB 103 97 121 -
CMYK 0.15 0.20 0 0.53
HSL 255º 0.11% 0.43% -
HSV(B) 255º 0.2% 0.47% -
XYZ 13.32 12.81 19.86 -
YUV 101.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 103 97 121 0.15 0.20 0 0.53 255 0.11 0.43
Hex 67 61 79 F 14 0 35 FF B 2B
Octal 147 141 171 17 24 0 65 377 13 53
Binary 1100111 1100001 1111001 1111 10100 0 110101 11111111 1011 101011

Color Harmonies of #676179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676179

Black with #676179

Text Example


Text Example

White with #676179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676179; }

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

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

background-color css

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

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

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

border-color css

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

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

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