Html Css Color HEX #7D3B68 Cosmic

📋 copy color: '#7D3B68'

red 125 ◦ green 59 ◦ blue 104

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

Shades of Cosmic #7D3B68

Tints of Cosmic #7D3B68

RGB

 RED value IS 125 (49.22% from 255) = 43.4%

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

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

R = 43.4%
G = 20.49%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7D3B68 (or 0x7D3B68) is known color: Cosmic. HEX triplet: 7D, 3B and 68. RGB value is (125,59,104). Sum of RGB (Red+Green+Blue) = 125+59+104=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3B68 is #82C497. Grayscale: #535353. Windows color (decimal): -8570008 or 6830973. OLE color: 6830973.

HSL color Cylindrical-coordinate representation of color #7D3B68: hue angle of 319.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D3B68 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 59 104 -
CMYK 0 0.53 0.17 0.51
HSL 319.09º 0.36% 0.36% -
HSV(B) 319.09º 0.53% 0.49% -
XYZ 12.52 8.49 14.08 -
YUV 83.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 125 59 104 0 0.53 0.17 0.51 319.09 0.36 0.36
Hex 7D 3B 68 0 35 11 33 13F 24 24
Octal 175 73 150 0 65 21 63 477 44 44
Binary 1111101 111011 1101000 0 110101 10001 110011 100111111 100100 100100

Color Harmonies of #7D3B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3B68

Black with #7D3B68

Text Example


Text Example

White with #7D3B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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