Html Css Color HEX #7681AF Ship Cove

📋 copy color: '#7681AF'

red 118 ◦ green 129 ◦ blue 175

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

Shades of Ship Cove #7681AF

Tints of Ship Cove #7681AF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 27.96%
G = 30.57%
B = 41.47%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7681AF (or 0x7681AF) is known color: Ship Cove. HEX triplet: 76, 81 and AF. RGB value is (118,129,175). Sum of RGB (Red+Green+Blue) = 118+129+175=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #7681AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7681AF is #897E50. Grayscale: #828282. Windows color (decimal): -9010769 or 11501942. OLE color: 11501942.

HSL color Cylindrical-coordinate representation of color #7681AF: hue angle of 228.42º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7681AF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 129 175 -
CMYK 0.33 0.26 0 0.31
HSL 228.42º 0.26% 0.57% -
HSV(B) 228.42º 0.33% 0.69% -
XYZ 23.06 22.65 43.71 -
YUV 130.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 118 129 175 0.33 0.26 0 0.31 228.42 0.26 0.57
Hex 76 81 AF 21 1A 0 1F E4 1A 39
Octal 166 201 257 41 32 0 37 344 32 71
Binary 1110110 10000001 10101111 100001 11010 0 11111 11100100 11010 111001

Color Harmonies of #7681AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7681AF

Black with #7681AF

Text Example


Text Example

White with #7681AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7681AF; }

 p { color: rgb(118,129,175); }

 H1.HeaderClassName
 {
   color: #7681AF;
 }
 .AnyTagClassName
 {
   color: #7681AF;
 }
</style>

background-color css

<style>
 a { background-color: #7681AF; }

 a { background-color: rgb(118,129,175); }

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

border-color css

<style>
 span { border-color: #7681AF; }

 span { border-color: rgb(118,129,175); }

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