Html Css Color HEX #7BCCCC Spray

📋 copy color: '#7BCCCC'

red 123 ◦ green 204 ◦ blue 204

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

Shades of Spray #7BCCCC

Tints of Spray #7BCCCC

RGB

 RED value IS 123 (48.44% from 255) = 23.16%

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

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

R = 23.16%
G = 38.42%
B = 38.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7BCCCC (or 0x7BCCCC) is known color: Spray. HEX triplet: 7B, CC and CC. RGB value is (123,204,204). Sum of RGB (Red+Green+Blue) = 123+204+204=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #7BCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCCC is #843333. Grayscale: #B3B3B3. Windows color (decimal): -8663860 or 13421691. OLE color: 13421691.

HSL color Cylindrical-coordinate representation of color #7BCCCC: hue angle of 180º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCCCC is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 204 204 -
CMYK 0.40 0 0 0.2
HSL 180º 0.44% 0.64% -
HSV(B) 180º 0.4% 0.8% -
XYZ 40.66 51.76 64.97 -
YUV 179.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 123 204 204 0.40 0 0 0.2 180 0.44 0.64
Hex 7B CC CC 28 0 0 14 B4 2C 40
Octal 173 314 314 50 0 0 24 264 54 100
Binary 1111011 11001100 11001100 101000 0 0 10100 10110100 101100 1000000

Color Harmonies of #7BCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCCCC

Black with #7BCCCC

Text Example


Text Example

White with #7BCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCCCC; }

 p { color: rgb(123,204,204); }

 H1.HeaderClassName
 {
   color: #7BCCCC;
 }
 .AnyTagClassName
 {
   color: #7BCCCC;
 }
</style>

background-color css

<style>
 a { background-color: #7BCCCC; }

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

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

border-color css

<style>
 span { border-color: #7BCCCC; }

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

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