Html Css Color HEX #767BA2 Ship Cove

📋 copy color: '#767BA2'

red 118 ◦ green 123 ◦ blue 162

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

Shades of Ship Cove #767BA2

Tints of Ship Cove #767BA2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

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

R = 29.28%
G = 30.52%
B = 40.2%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#767BA2 (or 0x767BA2) is known color: Ship Cove. HEX triplet: 76, 7B and A2. RGB value is (118,123,162). Sum of RGB (Red+Green+Blue) = 118+123+162=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #767BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BA2 is #89845D. Grayscale: #7D7D7D. Windows color (decimal): -9012318 or 10648438. OLE color: 10648438.

HSL color Cylindrical-coordinate representation of color #767BA2: hue angle of 233.18º 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 #767BA2 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 123 162 -
CMYK 0.27 0.24 0 0.36
HSL 233.18º 0.19% 0.55% -
HSV(B) 233.18º 0.27% 0.64% -
XYZ 21.08 20.63 37.05 -
YUV 125.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 118 123 162 0.27 0.24 0 0.36 233.18 0.19 0.55
Hex 76 7B A2 1B 18 0 24 E9 13 37
Octal 166 173 242 33 30 0 44 351 23 67
Binary 1110110 1111011 10100010 11011 11000 0 100100 11101001 10011 110111

Color Harmonies of #767BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BA2

Black with #767BA2

Text Example


Text Example

White with #767BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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