#77A7CD

Color #77A7CD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #77A7CD

Tints of Jordy Blue #77A7CD

Color information

#77A7CD (or 0x77A7CD) is unknown color: approx Jordy Blue. HEX triplet: 77, A7 and CD. RGB value is (119,167,205). Sum of RGB (Red+Green+Blue) = 119+167+205=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #77A7CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7CD is #885832. Grayscale: #9C9C9C. Windows color (decimal): -8935475 or 13477751. OLE color: 13477751.

HSL color Cylindrical-coordinate representation of color #77A7CD: hue angle of 206.51º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77A7CD is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119167205-
CMYK0.420.1900.20
HSL206.51º46.24%63.53%-
HSV(B)206.51º41.95%80.39%-
XYZ32.4535.9762.99-
YUV156.98155.1100.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=24.24%
G=34.01%
B=41.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191672050.420.1900.20206.5146.2463.53
Hex77A7CD2A13014cf2e40
Octal167247315522302431756100
Binary1110111101001111100110110101010011010100110011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A7CD; }

 p { color: rgb(119,167,205); }

 H1.HeaderClassName
 {
   color: #77A7CD;
 }
 .AnyTagClassName
 {
   color: #77A7CD;
 }
</style>
background-color css

<style>
 a { background-color: #77A7CD; }

 a { background-color: rgb(119,167,205); }

 div.DivClassName
 {
   background-color: #77A7CD;
 }
 .BgClassName
 {
   background-color: #77A7CD;
 }
</style>
border-color css

<style>
 span { border-color: #77A7CD; }

 span { border-color: rgb(119,167,205); }

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