Html Css Color HEX #74717B Dolphin

📋 copy color: '#74717B'

red 116 ◦ green 113 ◦ blue 123

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

Shades of Dolphin #74717B

Tints of Dolphin #74717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 32.95%
G = 32.1%
B = 34.94%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74717B (or 0x74717B) is known color: Dolphin. HEX triplet: 74, 71 and 7B. RGB value is (116,113,123). Sum of RGB (Red+Green+Blue) = 116+113+123=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #74717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74717B is #8B8E84. Grayscale: #737373. Windows color (decimal): -9145989 or 8089972. OLE color: 8089972.

HSL color Cylindrical-coordinate representation of color #74717B: hue angle of 258º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74717B is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 113 123 -
CMYK 0.06 0.08 0 0.52
HSL 258º 0.04% 0.46% -
HSV(B) 258º 0.08% 0.48% -
XYZ 16.68 16.95 21.13 -
YUV 115.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 116 113 123 0.06 0.08 0 0.52 258 0.04 0.46
Hex 74 71 7B 6 8 0 34 102 4 2E
Octal 164 161 173 6 10 0 64 402 4 56
Binary 1110100 1110001 1111011 110 1000 0 110100 100000010 100 101110

Color Harmonies of #74717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74717B

Black with #74717B

Text Example


Text Example

White with #74717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74717B; }

 p { color: rgb(116,113,123); }

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

background-color css

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

 a { background-color: rgb(116,113,123); }

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

border-color css

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

 span { border-color: rgb(116,113,123); }

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