Html Css Color HEX #768C90 Gothic

📋 copy color: '#768C90'

red 118 ◦ green 140 ◦ blue 144

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

Shades of Gothic #768C90

Tints of Gothic #768C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 29.35%
G = 34.83%
B = 35.82%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#768C90 (or 0x768C90) is known color: Gothic. HEX triplet: 76, 8C and 90. RGB value is (118,140,144). Sum of RGB (Red+Green+Blue) = 118+140+144=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #768C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C90 is #89736F. Grayscale: #858585. Windows color (decimal): -9007984 or 9473142. OLE color: 9473142.

HSL color Cylindrical-coordinate representation of color #768C90: hue angle of 189.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768C90 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 140 144 -
CMYK 0.18 0.03 0 0.44
HSL 189.23º 0.1% 0.51% -
HSV(B) 189.23º 0.18% 0.56% -
XYZ 21.88 24.62 29.98 -
YUV 133.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 118 140 144 0.18 0.03 0 0.44 189.23 0.1 0.51
Hex 76 8C 90 12 3 0 2C BD A 33
Octal 166 214 220 22 3 0 54 275 12 63
Binary 1110110 10001100 10010000 10010 11 0 101100 10111101 1010 110011

Color Harmonies of #768C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C90

Black with #768C90

Text Example


Text Example

White with #768C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768C90; }

 p { color: rgb(118,140,144); }

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

background-color css

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

 a { background-color: rgb(118,140,144); }

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

border-color css

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

 span { border-color: rgb(118,140,144); }

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