Html Css Color HEX #7B3B68 Cosmic

📋 copy color: '#7B3B68'

red 123 ◦ green 59 ◦ blue 104

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

Shades of Cosmic #7B3B68

Tints of Cosmic #7B3B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.63%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 43.01%
G = 20.63%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B3B68 (or 0x7B3B68) is known color: Cosmic. HEX triplet: 7B, 3B and 68. RGB value is (123,59,104). Sum of RGB (Red+Green+Blue) = 123+59+104=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3B68 is #84C497. Grayscale: #535353. Windows color (decimal): -8701080 or 6830971. OLE color: 6830971.

HSL color Cylindrical-coordinate representation of color #7B3B68: hue angle of 317.81º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B3B68 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 59 104 -
CMYK 0 0.52 0.15 0.52
HSL 317.81º 0.35% 0.36% -
HSV(B) 317.81º 0.52% 0.48% -
XYZ 12.23 8.34 14.06 -
YUV 83.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 123 59 104 0 0.52 0.15 0.52 317.81 0.35 0.36
Hex 7B 3B 68 0 34 F 34 13E 23 24
Octal 173 73 150 0 64 17 64 476 43 44
Binary 1111011 111011 1101000 0 110100 1111 110100 100111110 100011 100100

Color Harmonies of #7B3B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3B68

Black with #7B3B68

Text Example


Text Example

White with #7B3B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,59,104); }

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

background-color css

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

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

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

border-color css

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

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

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