Html Css Color HEX #769CCC Polo Blue

📋 copy color: '#769CCC'

red 118 ◦ green 156 ◦ blue 204

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

Shades of Polo Blue #769CCC

Tints of Polo Blue #769CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 24.69%
G = 32.64%
B = 42.68%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#769CCC (or 0x769CCC) is known color: Polo Blue. HEX triplet: 76, 9C and CC. RGB value is (118,156,204). Sum of RGB (Red+Green+Blue) = 118+156+204=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #769CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CCC is #896333. Grayscale: #959595. Windows color (decimal): -9003828 or 13409398. OLE color: 13409398.

HSL color Cylindrical-coordinate representation of color #769CCC: hue angle of 213.49º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #769CCC is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 156 204 -
CMYK 0.42 0.24 0 0.2
HSL 213.49º 0.46% 0.63% -
HSV(B) 213.49º 0.42% 0.8% -
XYZ 30.26 31.99 61.71 -
YUV 150.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 118 156 204 0.42 0.24 0 0.2 213.49 0.46 0.63
Hex 76 9C CC 2A 18 0 14 D5 2E 3F
Octal 166 234 314 52 30 0 24 325 56 77
Binary 1110110 10011100 11001100 101010 11000 0 10100 11010101 101110 111111

Color Harmonies of #769CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CCC

Black with #769CCC

Text Example


Text Example

White with #769CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769CCC; }

 p { color: rgb(118,156,204); }

 H1.HeaderClassName
 {
   color: #769CCC;
 }
 .AnyTagClassName
 {
   color: #769CCC;
 }
</style>

background-color css

<style>
 a { background-color: #769CCC; }

 a { background-color: rgb(118,156,204); }

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

border-color css

<style>
 span { border-color: #769CCC; }

 span { border-color: rgb(118,156,204); }

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