Html Css Color HEX #696772 Dolphin

📋 copy color: '#696772'

red 105 ◦ green 103 ◦ blue 114

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

Shades of Dolphin #696772

Tints of Dolphin #696772

RGB

 RED value IS 105 (41.41% from 255) = 32.61%

 GREEN value IS 103 (40.63% from 255) = 31.99%

 BLUE value IS 114 (44.92% from 255) = 35.4%

R = 32.61%
G = 31.99%
B = 35.4%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696772 (or 0x696772) is known color: Dolphin. HEX triplet: 69, 67 and 72. RGB value is (105,103,114). Sum of RGB (Red+Green+Blue) = 105+103+114=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #696772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696772 is #96988D. Grayscale: #686868. Windows color (decimal): -9869454 or 7497577. OLE color: 7497577.

HSL color Cylindrical-coordinate representation of color #696772: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696772 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 103 114 -
CMYK 0.08 0.10 0 0.55
HSL 250.91º 0.05% 0.43% -
HSV(B) 250.91º 0.1% 0.45% -
XYZ 13.71 13.92 17.88 -
YUV 104.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 105 103 114 0.08 0.10 0 0.55 250.91 0.05 0.43
Hex 69 67 72 8 A 0 37 FB 5 2B
Octal 151 147 162 10 12 0 67 373 5 53
Binary 1101001 1100111 1110010 1000 1010 0 110111 11111011 101 101011

Color Harmonies of #696772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696772

Black with #696772

Text Example


Text Example

White with #696772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696772; }

 p { color: rgb(105,103,114); }

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

background-color css

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

 a { background-color: rgb(105,103,114); }

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

border-color css

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

 span { border-color: rgb(105,103,114); }

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