Html Css Color HEX #676379 Dolphin

📋 copy color: '#676379'

red 103 ◦ green 99 ◦ blue 121

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

Shades of Dolphin #676379

Tints of Dolphin #676379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 31.89%
G = 30.65%
B = 37.46%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676379 (or 0x676379) is known color: Dolphin. HEX triplet: 67, 63 and 79. RGB value is (103,99,121). Sum of RGB (Red+Green+Blue) = 103+99+121=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #676379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676379 is #989C86. Grayscale: #666666. Windows color (decimal): -10001543 or 7955303. OLE color: 7955303.

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

Color convert

RGB 103 99 121 -
CMYK 0.15 0.18 0 0.53
HSL 250.91º 0.1% 0.43% -
HSV(B) 250.91º 0.18% 0.47% -
XYZ 13.51 13.19 19.92 -
YUV 102.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 103 99 121 0.15 0.18 0 0.53 250.91 0.1 0.43
Hex 67 63 79 F 12 0 35 FB A 2B
Octal 147 143 171 17 22 0 65 373 12 53
Binary 1100111 1100011 1111001 1111 10010 0 110101 11111011 1010 101011

Color Harmonies of #676379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676379

Black with #676379

Text Example


Text Example

White with #676379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676379; }

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

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

background-color css

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

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

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

border-color css

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

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

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