Html Css Color HEX #676475 Dolphin

📋 copy color: '#676475'

red 103 ◦ green 100 ◦ blue 117

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

Shades of Dolphin #676475

Tints of Dolphin #676475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 32.19%
G = 31.25%
B = 36.56%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#676475 (or 0x676475) is known color: Dolphin. HEX triplet: 67, 64 and 75. RGB value is (103,100,117). Sum of RGB (Red+Green+Blue) = 103+100+117=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #676475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676475 is #989B8A. Grayscale: #666666. Windows color (decimal): -10001291 or 7693415. OLE color: 7693415.

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

Color convert

RGB 103 100 117 -
CMYK 0.12 0.15 0 0.54
HSL 250.59º 0.08% 0.43% -
HSV(B) 250.59º 0.15% 0.46% -
XYZ 13.36 13.28 18.69 -
YUV 102.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 103 100 117 0.12 0.15 0 0.54 250.59 0.08 0.43
Hex 67 64 75 C F 0 36 FB 8 2B
Octal 147 144 165 14 17 0 66 373 10 53
Binary 1100111 1100100 1110101 1100 1111 0 110110 11111011 1000 101011

Color Harmonies of #676475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676475

Black with #676475

Text Example


Text Example

White with #676475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676475; }

 p { color: rgb(103,100,117); }

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

background-color css

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

 a { background-color: rgb(103,100,117); }

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

border-color css

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

 span { border-color: rgb(103,100,117); }

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