Html Css Color HEX #71969C Gothic

📋 copy color: '#71969C'

red 113 ◦ green 150 ◦ blue 156

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

Shades of Gothic #71969C

Tints of Gothic #71969C

RGB

 RED value IS 113 (44.53% from 255) = 26.97%

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

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

R = 26.97%
G = 35.8%
B = 37.23%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71969C (or 0x71969C) is known color: Gothic. HEX triplet: 71, 96 and 9C. RGB value is (113,150,156). Sum of RGB (Red+Green+Blue) = 113+150+156=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #71969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71969C is #8E6963. Grayscale: #8B8B8B. Windows color (decimal): -9333092 or 10262129. OLE color: 10262129.

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

Color convert

RGB 113 150 156 -
CMYK 0.28 0.04 0 0.39
HSL 188.37º 0.18% 0.53% -
HSV(B) 188.37º 0.28% 0.61% -
XYZ 23.72 27.72 35.55 -
YUV 139.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 113 150 156 0.28 0.04 0 0.39 188.37 0.18 0.53
Hex 71 96 9C 1C 4 0 27 BC 12 35
Octal 161 226 234 34 4 0 47 274 22 65
Binary 1110001 10010110 10011100 11100 100 0 100111 10111100 10010 110101

Color Harmonies of #71969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71969C

Black with #71969C

Text Example


Text Example

White with #71969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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