Html Css Color HEX #767AA2 Ship Cove

📋 copy color: '#767AA2'

red 118 ◦ green 122 ◦ blue 162

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

Shades of Ship Cove #767AA2

Tints of Ship Cove #767AA2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

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

R = 29.35%
G = 30.35%
B = 40.3%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#767AA2 (or 0x767AA2) is known color: Ship Cove. HEX triplet: 76, 7A and A2. RGB value is (118,122,162). Sum of RGB (Red+Green+Blue) = 118+122+162=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: blue. Hex color #767AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767AA2 is #89855D. Grayscale: #7D7D7D. Windows color (decimal): -9012574 or 10648182. OLE color: 10648182.

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

Color convert

RGB 118 122 162 -
CMYK 0.27 0.25 0 0.36
HSL 234.55º 0.19% 0.55% -
HSV(B) 234.55º 0.27% 0.64% -
XYZ 20.95 20.38 37.01 -
YUV 125.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 118 122 162 0.27 0.25 0 0.36 234.55 0.19 0.55
Hex 76 7A A2 1B 19 0 24 EB 13 37
Octal 166 172 242 33 31 0 44 353 23 67
Binary 1110110 1111010 10100010 11011 11001 0 100100 11101011 10011 110111

Color Harmonies of #767AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767AA2

Black with #767AA2

Text Example


Text Example

White with #767AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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