Html Css Color HEX #76799D Ship Cove

📋 copy color: '#76799D'

red 118 ◦ green 121 ◦ blue 157

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

Shades of Ship Cove #76799D

Tints of Ship Cove #76799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.65%

R = 29.8%
G = 30.56%
B = 39.65%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76799D (or 0x76799D) is known color: Ship Cove. HEX triplet: 76, 79 and 9D. RGB value is (118,121,157). Sum of RGB (Red+Green+Blue) = 118+121+157=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #76799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76799D is #898662. Grayscale: #7C7C7C. Windows color (decimal): -9012835 or 10320246. OLE color: 10320246.

HSL color Cylindrical-coordinate representation of color #76799D: hue angle of 235.38º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76799D is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 121 157 -
CMYK 0.25 0.23 0 0.38
HSL 235.38º 0.17% 0.54% -
HSV(B) 235.38º 0.25% 0.62% -
XYZ 20.39 19.96 34.68 -
YUV 124.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 118 121 157 0.25 0.23 0 0.38 235.38 0.17 0.54
Hex 76 79 9D 19 17 0 26 EB 11 36
Octal 166 171 235 31 27 0 46 353 21 66
Binary 1110110 1111001 10011101 11001 10111 0 100110 11101011 10001 110110

Color Harmonies of #76799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76799D

Black with #76799D

Text Example


Text Example

White with #76799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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