Html Css Color HEX #767FA2 Ship Cove

📋 copy color: '#767FA2'

red 118 ◦ green 127 ◦ blue 162

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

Shades of Ship Cove #767FA2

Tints of Ship Cove #767FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 28.99%
G = 31.2%
B = 39.8%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#767FA2 (or 0x767FA2) is known color: Ship Cove. HEX triplet: 76, 7F and A2. RGB value is (118,127,162). Sum of RGB (Red+Green+Blue) = 118+127+162=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 162 - color contains mainly: blue. Hex color #767FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767FA2 is #89805D. Grayscale: #808080. Windows color (decimal): -9011294 or 10649462. OLE color: 10649462.

HSL color Cylindrical-coordinate representation of color #767FA2: hue angle of 227.73º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767FA2 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 127 162 -
CMYK 0.27 0.22 0 0.36
HSL 227.73º 0.19% 0.55% -
HSV(B) 227.73º 0.27% 0.64% -
XYZ 21.58 21.64 37.22 -
YUV 128.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 118 127 162 0.27 0.22 0 0.36 227.73 0.19 0.55
Hex 76 7F A2 1B 16 0 24 E4 13 37
Octal 166 177 242 33 26 0 44 344 23 67
Binary 1110110 1111111 10100010 11011 10110 0 100100 11100100 10011 110111

Color Harmonies of #767FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FA2

Black with #767FA2

Text Example


Text Example

White with #767FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,127,162); }

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

background-color css

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

 a { background-color: rgb(118,127,162); }

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

border-color css

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

 span { border-color: rgb(118,127,162); }

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