Html Css Color HEX #74738A Dolphin

📋 copy color: '#74738A'

red 116 ◦ green 115 ◦ blue 138

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

Shades of Dolphin #74738A

Tints of Dolphin #74738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 31.44%
G = 31.17%
B = 37.4%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74738A (or 0x74738A) is known color: Dolphin. HEX triplet: 74, 73 and 8A. RGB value is (116,115,138). Sum of RGB (Red+Green+Blue) = 116+115+138=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #74738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74738A is #8B8C75. Grayscale: #757575. Windows color (decimal): -9145462 or 9073524. OLE color: 9073524.

HSL color Cylindrical-coordinate representation of color #74738A: hue angle of 242.61º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74738A is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 115 138 -
CMYK 0.16 0.17 0 0.46
HSL 242.61º 0.09% 0.5% -
HSV(B) 242.61º 0.17% 0.54% -
XYZ 17.92 17.81 26.54 -
YUV 117.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 116 115 138 0.16 0.17 0 0.46 242.61 0.09 0.5
Hex 74 73 8A 10 11 0 2E F3 9 32
Octal 164 163 212 20 21 0 56 363 11 62
Binary 1110100 1110011 10001010 10000 10001 0 101110 11110011 1001 110010

Color Harmonies of #74738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74738A

Black with #74738A

Text Example


Text Example

White with #74738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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