Html Css Color HEX #767BAA Ship Cove

📋 copy color: '#767BAA'

red 118 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #767BAA

Tints of Ship Cove #767BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 28.71%
G = 29.93%
B = 41.36%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#767BAA (or 0x767BAA) is known color: Ship Cove. HEX triplet: 76, 7B and AA. RGB value is (118,123,170). Sum of RGB (Red+Green+Blue) = 118+123+170=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #767BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BAA is #898455. Grayscale: #7E7E7E. Windows color (decimal): -9012310 or 11172726. OLE color: 11172726.

HSL color Cylindrical-coordinate representation of color #767BAA: hue angle of 234.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767BAA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 123 170 -
CMYK 0.31 0.28 0 0.33
HSL 234.23º 0.23% 0.56% -
HSV(B) 234.23º 0.31% 0.67% -
XYZ 21.81 20.92 40.92 -
YUV 126.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 118 123 170 0.31 0.28 0 0.33 234.23 0.23 0.56
Hex 76 7B AA 1F 1C 0 21 EA 17 38
Octal 166 173 252 37 34 0 41 352 27 70
Binary 1110110 1111011 10101010 11111 11100 0 100001 11101010 10111 111000

Color Harmonies of #767BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BAA

Black with #767BAA

Text Example


Text Example

White with #767BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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