Html Css Color HEX #707BA5 Ship Cove

📋 copy color: '#707BA5'

red 112 ◦ green 123 ◦ blue 165

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

Shades of Ship Cove #707BA5

Tints of Ship Cove #707BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.75%

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

R = 28%
G = 30.75%
B = 41.25%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#707BA5 (or 0x707BA5) is known color: Ship Cove. HEX triplet: 70, 7B and A5. RGB value is (112,123,165). Sum of RGB (Red+Green+Blue) = 112+123+165=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #707BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BA5 is #8F845A. Grayscale: #7C7C7C. Windows color (decimal): -9405531 or 10845040. OLE color: 10845040.

HSL color Cylindrical-coordinate representation of color #707BA5: hue angle of 227.55º 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 #707BA5 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 123 165 -
CMYK 0.32 0.25 0 0.35
HSL 227.55º 0.23% 0.54% -
HSV(B) 227.55º 0.32% 0.65% -
XYZ 20.56 20.33 38.44 -
YUV 124.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 112 123 165 0.32 0.25 0 0.35 227.55 0.23 0.54
Hex 70 7B A5 20 19 0 23 E4 17 36
Octal 160 173 245 40 31 0 43 344 27 66
Binary 1110000 1111011 10100101 100000 11001 0 100011 11100100 10111 110110

Color Harmonies of #707BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BA5

Black with #707BA5

Text Example


Text Example

White with #707BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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