Html Css Color HEX #74737F Dolphin

📋 copy color: '#74737F'

red 116 ◦ green 115 ◦ blue 127

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

Shades of Dolphin #74737F

Tints of Dolphin #74737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 32.4%
G = 32.12%
B = 35.47%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74737F (or 0x74737F) is known color: Dolphin. HEX triplet: 74, 73 and 7F. RGB value is (116,115,127). Sum of RGB (Red+Green+Blue) = 116+115+127=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 127 - color contains mainly: blue. Hex color #74737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74737F is #8B8C80. Grayscale: #747474. Windows color (decimal): -9145473 or 8352628. OLE color: 8352628.

HSL color Cylindrical-coordinate representation of color #74737F: hue angle of 245º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74737F is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 115 127 -
CMYK 0.09 0.09 0 0.50
HSL 245º 0.05% 0.47% -
HSV(B) 245º 0.09% 0.5% -
XYZ 17.16 17.51 22.55 -
YUV 116.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 116 115 127 0.09 0.09 0 0.50 245 0.05 0.47
Hex 74 73 7F 9 9 0 32 F5 5 2F
Octal 164 163 177 11 11 0 62 365 5 57
Binary 1110100 1110011 1111111 1001 1001 0 110010 11110101 101 101111

Color Harmonies of #74737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74737F

Black with #74737F

Text Example


Text Example

White with #74737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74737F; }

 p { color: rgb(116,115,127); }

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

background-color css

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

 a { background-color: rgb(116,115,127); }

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

border-color css

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

 span { border-color: rgb(116,115,127); }

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