Html Css Color HEX #7B3D69 Cosmic

📋 copy color: '#7B3D69'

red 123 ◦ green 61 ◦ blue 105

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

Shades of Cosmic #7B3D69

Tints of Cosmic #7B3D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 42.56%
G = 21.11%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B3D69 (or 0x7B3D69) is known color: Cosmic. HEX triplet: 7B, 3D and 69. RGB value is (123,61,105). Sum of RGB (Red+Green+Blue) = 123+61+105=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3D69 is #84C296. Grayscale: #545454. Windows color (decimal): -8700567 or 6897019. OLE color: 6897019.

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

Color convert

RGB 123 61 105 -
CMYK 0 0.50 0.15 0.52
HSL 317.42º 0.34% 0.36% -
HSV(B) 317.42º 0.5% 0.48% -
XYZ 12.39 8.57 14.37 -
YUV 84.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 123 61 105 0 0.50 0.15 0.52 317.42 0.34 0.36
Hex 7B 3D 69 0 32 F 34 13D 22 24
Octal 173 75 151 0 62 17 64 475 42 44
Binary 1111011 111101 1101001 0 110010 1111 110100 100111101 100010 100100

Color Harmonies of #7B3D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3D69

Black with #7B3D69

Text Example


Text Example

White with #7B3D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,61,105); }

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

background-color css

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

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

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

border-color css

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

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

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