Html Css Color HEX #75969C Gothic

📋 copy color: '#75969C'

red 117 ◦ green 150 ◦ blue 156

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

Shades of Gothic #75969C

Tints of Gothic #75969C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 27.66%
G = 35.46%
B = 36.88%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75969C (or 0x75969C) is known color: Gothic. HEX triplet: 75, 96 and 9C. RGB value is (117,150,156). Sum of RGB (Red+Green+Blue) = 117+150+156=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #75969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75969C is #8A6963. Grayscale: #8C8C8C. Windows color (decimal): -9070948 or 10262133. OLE color: 10262133.

HSL color Cylindrical-coordinate representation of color #75969C: hue angle of 189.23º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75969C is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 150 156 -
CMYK 0.25 0.04 0 0.39
HSL 189.23º 0.16% 0.54% -
HSV(B) 189.23º 0.25% 0.61% -
XYZ 24.24 27.99 35.58 -
YUV 140.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 117 150 156 0.25 0.04 0 0.39 189.23 0.16 0.54
Hex 75 96 9C 19 4 0 27 BD 10 36
Octal 165 226 234 31 4 0 47 275 20 66
Binary 1110101 10010110 10011100 11001 100 0 100111 10111101 10000 110110

Color Harmonies of #75969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75969C

Black with #75969C

Text Example


Text Example

White with #75969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75969C; }

 p { color: rgb(117,150,156); }

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

background-color css

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

 a { background-color: rgb(117,150,156); }

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

border-color css

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

 span { border-color: rgb(117,150,156); }

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