Html Css Color HEX #767CAB Ship Cove

📋 copy color: '#767CAB'

red 118 ◦ green 124 ◦ blue 171

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

Shades of Ship Cove #767CAB

Tints of Ship Cove #767CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

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

R = 28.57%
G = 30.02%
B = 41.4%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#767CAB (or 0x767CAB) is known color: Ship Cove. HEX triplet: 76, 7C and AB. RGB value is (118,124,171). Sum of RGB (Red+Green+Blue) = 118+124+171=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #767CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CAB is #898354. Grayscale: #7F7F7F. Windows color (decimal): -9012053 or 11238518. OLE color: 11238518.

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

Color convert

RGB 118 124 171 -
CMYK 0.31 0.27 0 0.33
HSL 233.21º 0.24% 0.57% -
HSV(B) 233.21º 0.31% 0.67% -
XYZ 22.03 21.21 41.46 -
YUV 127.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 118 124 171 0.31 0.27 0 0.33 233.21 0.24 0.57
Hex 76 7C AB 1F 1B 0 21 E9 18 39
Octal 166 174 253 37 33 0 41 351 30 71
Binary 1110110 1111100 10101011 11111 11011 0 100001 11101001 11000 111001

Color Harmonies of #767CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CAB

Black with #767CAB

Text Example


Text Example

White with #767CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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