Html Css Color HEX #7695B6 Ship Cove

📋 copy color: '#7695B6'

red 118 ◦ green 149 ◦ blue 182

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

Shades of Ship Cove #7695B6

Tints of Ship Cove #7695B6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 26.28%
G = 33.18%
B = 40.53%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7695B6 (or 0x7695B6) is known color: Ship Cove. HEX triplet: 76, 95 and B6. RGB value is (118,149,182). Sum of RGB (Red+Green+Blue) = 118+149+182=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #7695B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695B6 is #896A49. Grayscale: #8F8F8F. Windows color (decimal): -9005642 or 11965814. OLE color: 11965814.

HSL color Cylindrical-coordinate representation of color #7695B6: hue angle of 210.94º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7695B6 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 149 182 -
CMYK 0.35 0.18 0 0.29
HSL 210.94º 0.3% 0.59% -
HSV(B) 210.94º 0.35% 0.71% -
XYZ 26.66 28.72 48.39 -
YUV 143.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 118 149 182 0.35 0.18 0 0.29 210.94 0.3 0.59
Hex 76 95 B6 23 12 0 1D D3 1E 3B
Octal 166 225 266 43 22 0 35 323 36 73
Binary 1110110 10010101 10110110 100011 10010 0 11101 11010011 11110 111011

Color Harmonies of #7695B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695B6

Black with #7695B6

Text Example


Text Example

White with #7695B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7695B6; }

 p { color: rgb(118,149,182); }

 H1.HeaderClassName
 {
   color: #7695B6;
 }
 .AnyTagClassName
 {
   color: #7695B6;
 }
</style>

background-color css

<style>
 a { background-color: #7695B6; }

 a { background-color: rgb(118,149,182); }

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

border-color css

<style>
 span { border-color: #7695B6; }

 span { border-color: rgb(118,149,182); }

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