Html Css Color HEX #76738A Dolphin

📋 copy color: '#76738A'

red 118 ◦ green 115 ◦ blue 138

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

Shades of Dolphin #76738A

Tints of Dolphin #76738A

RGB

 RED value IS 118 (46.48% from 255) = 31.81%

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

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

R = 31.81%
G = 31%
B = 37.2%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#76738A (or 0x76738A) is known color: Dolphin. HEX triplet: 76, 73 and 8A. RGB value is (118,115,138). Sum of RGB (Red+Green+Blue) = 118+115+138=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #76738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76738A is #898C75. Grayscale: #767676. Windows color (decimal): -9014390 or 9073526. OLE color: 9073526.

HSL color Cylindrical-coordinate representation of color #76738A: hue angle of 247.83º 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 #76738A is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 115 138 -
CMYK 0.14 0.17 0 0.46
HSL 247.83º 0.09% 0.5% -
HSV(B) 247.83º 0.17% 0.54% -
XYZ 18.19 17.95 26.55 -
YUV 118.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 118 115 138 0.14 0.17 0 0.46 247.83 0.09 0.5
Hex 76 73 8A E 11 0 2E F8 9 32
Octal 166 163 212 16 21 0 56 370 11 62
Binary 1110110 1110011 10001010 1110 10001 0 101110 11111000 1001 110010

Color Harmonies of #76738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76738A

Black with #76738A

Text Example


Text Example

White with #76738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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