Html Css Color HEX #676377 Dolphin

📋 copy color: '#676377'

red 103 ◦ green 99 ◦ blue 119

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

Shades of Dolphin #676377

Tints of Dolphin #676377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 32.09%
G = 30.84%
B = 37.07%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676377 (or 0x676377) is known color: Dolphin. HEX triplet: 67, 63 and 77. RGB value is (103,99,119). Sum of RGB (Red+Green+Blue) = 103+99+119=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #676377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676377 is #989C88. Grayscale: #666666. Windows color (decimal): -10001545 or 7824231. OLE color: 7824231.

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

Color convert

RGB 103 99 119 -
CMYK 0.13 0.17 0 0.53
HSL 252º 0.09% 0.43% -
HSV(B) 252º 0.17% 0.47% -
XYZ 13.39 13.14 19.28 -
YUV 102.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 103 99 119 0.13 0.17 0 0.53 252 0.09 0.43
Hex 67 63 77 D 11 0 35 FC 9 2B
Octal 147 143 167 15 21 0 65 374 11 53
Binary 1100111 1100011 1110111 1101 10001 0 110101 11111100 1001 101011

Color Harmonies of #676377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676377

Black with #676377

Text Example


Text Example

White with #676377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676377; }

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

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

background-color css

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

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

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

border-color css

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

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

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