Html Css Color HEX #767C9B Ship Cove

📋 copy color: '#767C9B'

red 118 ◦ green 124 ◦ blue 155

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

Shades of Ship Cove #767C9B

Tints of Ship Cove #767C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 29.72%
G = 31.23%
B = 39.04%

CMYK

 C value IS 0.24

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#767C9B (or 0x767C9B) is known color: Ship Cove. HEX triplet: 76, 7C and 9B. RGB value is (118,124,155). Sum of RGB (Red+Green+Blue) = 118+124+155=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #767C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C9B is #898364. Grayscale: #7D7D7D. Windows color (decimal): -9012069 or 10189942. OLE color: 10189942.

HSL color Cylindrical-coordinate representation of color #767C9B: hue angle of 230.27º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #767C9B is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 124 155 -
CMYK 0.24 0.2 0 0.39
HSL 230.27º 0.16% 0.54% -
HSV(B) 230.27º 0.24% 0.61% -
XYZ 20.6 20.63 33.91 -
YUV 125.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 118 124 155 0.24 0.2 0 0.39 230.27 0.16 0.54
Hex 76 7C 9B 18 14 0 27 E6 10 36
Octal 166 174 233 30 24 0 47 346 20 66
Binary 1110110 1111100 10011011 11000 10100 0 100111 11100110 10000 110110

Color Harmonies of #767C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C9B

Black with #767C9B

Text Example


Text Example

White with #767C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767C9B; }

 p { color: rgb(118,124,155); }

 H1.HeaderClassName
 {
   color: #767C9B;
 }
 .AnyTagClassName
 {
   color: #767C9B;
 }
</style>

background-color css

<style>
 a { background-color: #767C9B; }

 a { background-color: rgb(118,124,155); }

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

border-color css

<style>
 span { border-color: #767C9B; }

 span { border-color: rgb(118,124,155); }

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