Html Css Color HEX #767BAB Ship Cove

📋 copy color: '#767BAB'

red 118 ◦ green 123 ◦ blue 171

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

Shades of Ship Cove #767BAB

Tints of Ship Cove #767BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 28.64%
G = 29.85%
B = 41.5%

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

#767BAB (or 0x767BAB) is known color: Ship Cove. HEX triplet: 76, 7B and AB. RGB value is (118,123,171). Sum of RGB (Red+Green+Blue) = 118+123+171=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #767BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BAB is #898454. Grayscale: #7E7E7E. Windows color (decimal): -9012309 or 11238262. OLE color: 11238262.

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

Color convert

RGB 118 123 171 -
CMYK 0.31 0.28 0 0.33
HSL 234.34º 0.24% 0.57% -
HSV(B) 234.34º 0.31% 0.67% -
XYZ 21.9 20.96 41.42 -
YUV 126.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 118 123 171 0.31 0.28 0 0.33 234.34 0.24 0.57
Hex 76 7B AB 1F 1C 0 21 EA 18 39
Octal 166 173 253 37 34 0 41 352 30 71
Binary 1110110 1111011 10101011 11111 11100 0 100001 11101010 11000 111001

Color Harmonies of #767BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BAB

Black with #767BAB

Text Example


Text Example

White with #767BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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