Html Css Color HEX #765068 Cosmic

📋 copy color: '#765068'

red 118 ◦ green 80 ◦ blue 104

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

Shades of Cosmic #765068

Tints of Cosmic #765068

RGB

 RED value IS 118 (46.48% from 255) = 39.07%

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 39.07%
G = 26.49%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#765068 (or 0x765068) is known color: Cosmic. HEX triplet: 76, 50 and 68. RGB value is (118,80,104). Sum of RGB (Red+Green+Blue) = 118+80+104=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765068 is #89AF97. Grayscale: #5E5E5E. Windows color (decimal): -9023384 or 6836342. OLE color: 6836342.

HSL color Cylindrical-coordinate representation of color #765068: hue angle of 322.11º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765068 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 104 -
CMYK 0 0.32 0.12 0.54
HSL 322.11º 0.19% 0.39% -
HSV(B) 322.11º 0.32% 0.46% -
XYZ 12.84 10.59 14.46 -
YUV 94.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 118 80 104 0 0.32 0.12 0.54 322.11 0.19 0.39
Hex 76 50 68 0 20 C 36 142 13 27
Octal 166 120 150 0 40 14 66 502 23 47
Binary 1110110 1010000 1101000 0 100000 1100 110110 101000010 10011 100111

Color Harmonies of #765068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765068

Black with #765068

Text Example


Text Example

White with #765068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765068; }

 p { color: rgb(118,80,104); }

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

background-color css

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

 a { background-color: rgb(118,80,104); }

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

border-color css

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

 span { border-color: rgb(118,80,104); }

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