Html Css Color HEX #754B67 Cosmic

📋 copy color: '#754B67'

red 117 ◦ green 75 ◦ blue 103

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

Shades of Cosmic #754B67

Tints of Cosmic #754B67

RGB

 RED value IS 117 (46.09% from 255) = 39.66%

 GREEN value IS 75 (29.69% from 255) = 25.42%

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

R = 39.66%
G = 25.42%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#754B67 (or 0x754B67) is known color: Cosmic. HEX triplet: 75, 4B and 67. RGB value is (117,75,103). Sum of RGB (Red+Green+Blue) = 117+75+103=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B67 is #8AB498. Grayscale: #5A5A5A. Windows color (decimal): -9090201 or 6769525. OLE color: 6769525.

HSL color Cylindrical-coordinate representation of color #754B67: hue angle of 320º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B67 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 75 103 -
CMYK 0 0.36 0.12 0.54
HSL 320º 0.22% 0.38% -
HSV(B) 320º 0.36% 0.46% -
XYZ 12.3 9.79 14.07 -
YUV 90.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 117 75 103 0 0.36 0.12 0.54 320 0.22 0.38
Hex 75 4B 67 0 24 C 36 140 16 26
Octal 165 113 147 0 44 14 66 500 26 46
Binary 1110101 1001011 1100111 0 100100 1100 110110 101000000 10110 100110

Color Harmonies of #754B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B67

Black with #754B67

Text Example


Text Example

White with #754B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754B67; }

 p { color: rgb(117,75,103); }

 H1.HeaderClassName
 {
   color: #754B67;
 }
 .AnyTagClassName
 {
   color: #754B67;
 }
</style>

background-color css

<style>
 a { background-color: #754B67; }

 a { background-color: rgb(117,75,103); }

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

border-color css

<style>
 span { border-color: #754B67; }

 span { border-color: rgb(117,75,103); }

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