Html Css Color HEX #7D3B67 Cosmic

📋 copy color: '#7D3B67'

red 125 ◦ green 59 ◦ blue 103

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

Shades of Cosmic #7D3B67

Tints of Cosmic #7D3B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.89%

R = 43.55%
G = 20.56%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D3B67 (or 0x7D3B67) is known color: Cosmic. HEX triplet: 7D, 3B and 67. RGB value is (125,59,103). Sum of RGB (Red+Green+Blue) = 125+59+103=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3B67 is #82C498. Grayscale: #535353. Windows color (decimal): -8570009 or 6765437. OLE color: 6765437.

HSL color Cylindrical-coordinate representation of color #7D3B67: hue angle of 320º 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 #7D3B67 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 59 103 -
CMYK 0 0.53 0.18 0.51
HSL 320º 0.36% 0.36% -
HSV(B) 320º 0.53% 0.49% -
XYZ 12.47 8.47 13.81 -
YUV 83.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 125 59 103 0 0.53 0.18 0.51 320 0.36 0.36
Hex 7D 3B 67 0 35 12 33 140 24 24
Octal 175 73 147 0 65 22 63 500 44 44
Binary 1111101 111011 1100111 0 110101 10010 110011 101000000 100100 100100

Color Harmonies of #7D3B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3B67

Black with #7D3B67

Text Example


Text Example

White with #7D3B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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