Html Css Color HEX #676177 Dolphin

📋 copy color: '#676177'

red 103 ◦ green 97 ◦ blue 119

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

Shades of Dolphin #676177

Tints of Dolphin #676177

RGB

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

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

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

R = 32.29%
G = 30.41%
B = 37.3%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676177 (or 0x676177) is known color: Dolphin. HEX triplet: 67, 61 and 77. RGB value is (103,97,119). Sum of RGB (Red+Green+Blue) = 103+97+119=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #676177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676177 is #989E88. Grayscale: #656565. Windows color (decimal): -10002057 or 7823719. OLE color: 7823719.

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

Color convert

RGB 103 97 119 -
CMYK 0.13 0.18 0 0.53
HSL 256.36º 0.1% 0.42% -
HSV(B) 256.36º 0.18% 0.47% -
XYZ 13.2 12.76 19.22 -
YUV 101.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 103 97 119 0.13 0.18 0 0.53 256.36 0.1 0.42
Hex 67 61 77 D 12 0 35 100 A 2A
Octal 147 141 167 15 22 0 65 400 12 52
Binary 1100111 1100001 1110111 1101 10010 0 110101 100000000 1010 101010

Color Harmonies of #676177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676177

Black with #676177

Text Example


Text Example

White with #676177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676177; }

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

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

background-color css

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

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

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

border-color css

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

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

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