Html Css Color HEX #707DA5 Ship Cove

📋 copy color: '#707DA5'

red 112 ◦ green 125 ◦ blue 165

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

Shades of Ship Cove #707DA5

Tints of Ship Cove #707DA5

RGB

 RED value IS 112 (44.14% from 255) = 27.86%

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 27.86%
G = 31.09%
B = 41.04%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#707DA5 (or 0x707DA5) is known color: Ship Cove. HEX triplet: 70, 7D and A5. RGB value is (112,125,165). Sum of RGB (Red+Green+Blue) = 112+125+165=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #707DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DA5 is #8F825A. Grayscale: #7D7D7D. Windows color (decimal): -9405019 or 10845552. OLE color: 10845552.

HSL color Cylindrical-coordinate representation of color #707DA5: hue angle of 225.28º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #707DA5 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 125 165 -
CMYK 0.32 0.24 0 0.35
HSL 225.28º 0.23% 0.54% -
HSV(B) 225.28º 0.32% 0.65% -
XYZ 20.81 20.83 38.52 -
YUV 125.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 112 125 165 0.32 0.24 0 0.35 225.28 0.23 0.54
Hex 70 7D A5 20 18 0 23 E1 17 36
Octal 160 175 245 40 30 0 43 341 27 66
Binary 1110000 1111101 10100101 100000 11000 0 100011 11100001 10111 110110

Color Harmonies of #707DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DA5

Black with #707DA5

Text Example


Text Example

White with #707DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707DA5; }

 p { color: rgb(112,125,165); }

 H1.HeaderClassName
 {
   color: #707DA5;
 }
 .AnyTagClassName
 {
   color: #707DA5;
 }
</style>

background-color css

<style>
 a { background-color: #707DA5; }

 a { background-color: rgb(112,125,165); }

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

border-color css

<style>
 span { border-color: #707DA5; }

 span { border-color: rgb(112,125,165); }

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