Html Css Color HEX #74737B Dolphin

📋 copy color: '#74737B'

red 116 ◦ green 115 ◦ blue 123

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

Shades of Dolphin #74737B

Tints of Dolphin #74737B

RGB

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

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

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

R = 32.77%
G = 32.49%
B = 34.75%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74737B (or 0x74737B) is known color: Dolphin. HEX triplet: 74, 73 and 7B. RGB value is (116,115,123). Sum of RGB (Red+Green+Blue) = 116+115+123=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #74737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74737B is #8B8C84. Grayscale: #747474. Windows color (decimal): -9145477 or 8090484. OLE color: 8090484.

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

Color convert

RGB 116 115 123 -
CMYK 0.06 0.07 0 0.52
HSL 247.5º 0.03% 0.47% -
HSV(B) 247.5º 0.07% 0.48% -
XYZ 16.91 17.4 21.21 -
YUV 116.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 116 115 123 0.06 0.07 0 0.52 247.5 0.03 0.47
Hex 74 73 7B 6 7 0 34 F8 3 2F
Octal 164 163 173 6 7 0 64 370 3 57
Binary 1110100 1110011 1111011 110 111 0 110100 11111000 11 101111

Color Harmonies of #74737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74737B

Black with #74737B

Text Example


Text Example

White with #74737B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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