Html Css Color HEX #746F82 Dolphin

📋 copy color: '#746F82'

red 116 ◦ green 111 ◦ blue 130

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

Shades of Dolphin #746F82

Tints of Dolphin #746F82

RGB

 RED value IS 116 (45.7% from 255) = 32.49%

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 32.49%
G = 31.09%
B = 36.41%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#746F82 (or 0x746F82) is known color: Dolphin. HEX triplet: 74, 6F and 82. RGB value is (116,111,130). Sum of RGB (Red+Green+Blue) = 116+111+130=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #746F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746F82 is #8B907D. Grayscale: #727272. Windows color (decimal): -9146494 or 8548212. OLE color: 8548212.

HSL color Cylindrical-coordinate representation of color #746F82: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746F82 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 111 130 -
CMYK 0.11 0.15 0 0.49
HSL 255.79º 0.08% 0.47% -
HSV(B) 255.79º 0.15% 0.51% -
XYZ 16.92 16.69 23.45 -
YUV 114.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 116 111 130 0.11 0.15 0 0.49 255.79 0.08 0.47
Hex 74 6F 82 B F 0 31 100 8 2F
Octal 164 157 202 13 17 0 61 400 10 57
Binary 1110100 1101111 10000010 1011 1111 0 110001 100000000 1000 101111

Color Harmonies of #746F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F82

Black with #746F82

Text Example


Text Example

White with #746F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F82; }

 p { color: rgb(116,111,130); }

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

background-color css

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

 a { background-color: rgb(116,111,130); }

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

border-color css

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

 span { border-color: rgb(116,111,130); }

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