Html Css Color HEX #767E9A Ship Cove

📋 copy color: '#767E9A'

red 118 ◦ green 126 ◦ blue 154

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

Shades of Ship Cove #767E9A

Tints of Ship Cove #767E9A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 29.65%
G = 31.66%
B = 38.69%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#767E9A (or 0x767E9A) is known color: Ship Cove. HEX triplet: 76, 7E and 9A. RGB value is (118,126,154). Sum of RGB (Red+Green+Blue) = 118+126+154=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #767E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E9A is #898165. Grayscale: #7E7E7E. Windows color (decimal): -9011558 or 10124918. OLE color: 10124918.

HSL color Cylindrical-coordinate representation of color #767E9A: hue angle of 226.67º 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 #767E9A is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 126 154 -
CMYK 0.23 0.18 0 0.40
HSL 226.67º 0.15% 0.53% -
HSV(B) 226.67º 0.23% 0.6% -
XYZ 20.76 21.11 33.55 -
YUV 126.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 118 126 154 0.23 0.18 0 0.40 226.67 0.15 0.53
Hex 76 7E 9A 17 12 0 28 E3 F 35
Octal 166 176 232 27 22 0 50 343 17 65
Binary 1110110 1111110 10011010 10111 10010 0 101000 11100011 1111 110101

Color Harmonies of #767E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E9A

Black with #767E9A

Text Example


Text Example

White with #767E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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