Html Css Color HEX #767CAC Ship Cove

📋 copy color: '#767CAC'

red 118 ◦ green 124 ◦ blue 172

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

Shades of Ship Cove #767CAC

Tints of Ship Cove #767CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 28.5%
G = 29.95%
B = 41.55%

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

#767CAC (or 0x767CAC) is known color: Ship Cove. HEX triplet: 76, 7C and AC. RGB value is (118,124,172). Sum of RGB (Red+Green+Blue) = 118+124+172=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #767CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CAC is #898353. Grayscale: #7F7F7F. Windows color (decimal): -9012052 or 11304054. OLE color: 11304054.

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

Color convert

RGB 118 124 172 -
CMYK 0.31 0.28 0 0.33
HSL 233.33º 0.25% 0.57% -
HSV(B) 233.33º 0.31% 0.67% -
XYZ 22.13 21.25 41.96 -
YUV 127.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 118 124 172 0.31 0.28 0 0.33 233.33 0.25 0.57
Hex 76 7C AC 1F 1C 0 21 E9 19 39
Octal 166 174 254 37 34 0 41 351 31 71
Binary 1110110 1111100 10101100 11111 11100 0 100001 11101001 11001 111001

Color Harmonies of #767CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CAC

Black with #767CAC

Text Example


Text Example

White with #767CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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