Html Css Color HEX #77CCCF Spray

📋 copy color: '#77CCCF'

red 119 ◦ green 204 ◦ blue 207

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

Shades of Spray #77CCCF

Tints of Spray #77CCCF

RGB

 RED value IS 119 (46.88% from 255) = 22.45%

 GREEN value IS 204 (80.08% from 255) = 38.49%

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 22.45%
G = 38.49%
B = 39.06%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77CCCF (or 0x77CCCF) is known color: Spray. HEX triplet: 77, CC and CF. RGB value is (119,204,207). Sum of RGB (Red+Green+Blue) = 119+204+207=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #77CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCCF is #883330. Grayscale: #B2B2B2. Windows color (decimal): -8926001 or 13618295. OLE color: 13618295.

HSL color Cylindrical-coordinate representation of color #77CCCF: hue angle of 182.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CCCF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 204 207 -
CMYK 0.43 0.01 0 0.19
HSL 182.05º 0.48% 0.64% -
HSV(B) 182.05º 0.43% 0.81% -
XYZ 40.46 51.61 66.86 -
YUV 178.93 143.84 85.26 -
System Red Green Blue C M Y K H S L
Decimal 119 204 207 0.43 0.01 0 0.19 182.05 0.48 0.64
Hex 77 CC CF 2B 1 0 13 B6 30 40
Octal 167 314 317 53 1 0 23 266 60 100
Binary 1110111 11001100 11001111 101011 1 0 10011 10110110 110000 1000000

Color Harmonies of #77CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CCCF

Black with #77CCCF

Text Example


Text Example

White with #77CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,204,207); }

 H1.HeaderClassName
 {
   color: #77CCCF;
 }
 .AnyTagClassName
 {
   color: #77CCCF;
 }
</style>

background-color css

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

 a { background-color: rgb(119,204,207); }

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

border-color css

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

 span { border-color: rgb(119,204,207); }

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