Html Css Color HEX #76799A Ship Cove

📋 copy color: '#76799A'

red 118 ◦ green 121 ◦ blue 154

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

Shades of Ship Cove #76799A

Tints of Ship Cove #76799A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 30.03%
G = 30.79%
B = 39.19%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76799A (or 0x76799A) is known color: Ship Cove. HEX triplet: 76, 79 and 9A. RGB value is (118,121,154). Sum of RGB (Red+Green+Blue) = 118+121+154=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #76799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76799A is #898665. Grayscale: #7B7B7B. Windows color (decimal): -9012838 or 10123638. OLE color: 10123638.

HSL color Cylindrical-coordinate representation of color #76799A: hue angle of 235º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76799A is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 121 154 -
CMYK 0.23 0.21 0 0.40
HSL 235º 0.15% 0.53% -
HSV(B) 235º 0.23% 0.6% -
XYZ 20.14 19.86 33.34 -
YUV 123.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 118 121 154 0.23 0.21 0 0.40 235 0.15 0.53
Hex 76 79 9A 17 15 0 28 EB F 35
Octal 166 171 232 27 25 0 50 353 17 65
Binary 1110110 1111001 10011010 10111 10101 0 101000 11101011 1111 110101

Color Harmonies of #76799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76799A

Black with #76799A

Text Example


Text Example

White with #76799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,121,154); }

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

background-color css

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

 a { background-color: rgb(118,121,154); }

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

border-color css

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

 span { border-color: rgb(118,121,154); }

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