Html Css Color HEX #767AA4 Ship Cove

📋 copy color: '#767AA4'

red 118 ◦ green 122 ◦ blue 164

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

Shades of Ship Cove #767AA4

Tints of Ship Cove #767AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.59%

R = 29.21%
G = 30.2%
B = 40.59%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#767AA4 (or 0x767AA4) is known color: Ship Cove. HEX triplet: 76, 7A and A4. RGB value is (118,122,164). Sum of RGB (Red+Green+Blue) = 118+122+164=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #767AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767AA4 is #89855B. Grayscale: #7D7D7D. Windows color (decimal): -9012572 or 10779254. OLE color: 10779254.

HSL color Cylindrical-coordinate representation of color #767AA4: hue angle of 234.78º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #767AA4 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 122 164 -
CMYK 0.28 0.26 0 0.36
HSL 234.78º 0.2% 0.55% -
HSV(B) 234.78º 0.28% 0.64% -
XYZ 21.13 20.45 37.96 -
YUV 125.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 118 122 164 0.28 0.26 0 0.36 234.78 0.2 0.55
Hex 76 7A A4 1C 1A 0 24 EB 14 37
Octal 166 172 244 34 32 0 44 353 24 67
Binary 1110110 1111010 10100100 11100 11010 0 100100 11101011 10100 110111

Color Harmonies of #767AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767AA4

Black with #767AA4

Text Example


Text Example

White with #767AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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