Html Css Color HEX #74737A Dolphin

📋 copy color: '#74737A'

red 116 ◦ green 115 ◦ blue 122

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

Shades of Dolphin #74737A

Tints of Dolphin #74737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 32.86%
G = 32.58%
B = 34.56%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74737A (or 0x74737A) is known color: Dolphin. HEX triplet: 74, 73 and 7A. RGB value is (116,115,122). Sum of RGB (Red+Green+Blue) = 116+115+122=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 122 - color contains mainly: blue. Hex color #74737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74737A is #8B8C85. Grayscale: #747474. Windows color (decimal): -9145478 or 8024948. OLE color: 8024948.

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

Color convert

RGB 116 115 122 -
CMYK 0.05 0.06 0 0.52
HSL 248.57º 0.03% 0.46% -
HSV(B) 248.57º 0.06% 0.48% -
XYZ 16.85 17.38 20.88 -
YUV 116.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 116 115 122 0.05 0.06 0 0.52 248.57 0.03 0.46
Hex 74 73 7A 5 6 0 34 F9 3 2E
Octal 164 163 172 5 6 0 64 371 3 56
Binary 1110100 1110011 1111010 101 110 0 110100 11111001 11 101110

Color Harmonies of #74737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74737A

Black with #74737A

Text Example


Text Example

White with #74737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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