Html Css Color HEX #27756B Genoa

📋 copy color: '#27756B'

red 39 ◦ green 117 ◦ blue 107

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

Shades of Genoa #27756B

Tints of Genoa #27756B

RGB

 RED value IS 39 (15.63% from 255) = 14.83%

 GREEN value IS 117 (46.09% from 255) = 44.49%

 BLUE value IS 107 (42.19% from 255) = 40.68%

R = 14.83%
G = 44.49%
B = 40.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#27756B (or 0x27756B) is known color: Genoa. HEX triplet: 27, 75 and 6B. RGB value is (39,117,107). Sum of RGB (Red+Green+Blue) = 39+117+107=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #27756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27756B is #D88A94. Grayscale: #5C5C5C. Windows color (decimal): -14191253 or 7042343. OLE color: 7042343.

HSL color Cylindrical-coordinate representation of color #27756B: hue angle of 172.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27756B is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 117 107 -
CMYK 0.67 0 0.09 0.54
HSL 172.31º 0.5% 0.31% -
HSV(B) 172.31º 0.67% 0.46% -
XYZ 9.85 14.22 16.13 -
YUV 92.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 39 117 107 0.67 0 0.09 0.54 172.31 0.5 0.31
Hex 27 75 6B 43 0 9 36 AC 32 1F
Octal 47 165 153 103 0 11 66 254 62 37
Binary 100111 1110101 1101011 1000011 0 1001 110110 10101100 110010 11111

Color Harmonies of #27756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27756B

Black with #27756B

Text Example


Text Example

White with #27756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27756B; }

 p { color: rgb(39,117,107); }

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

background-color css

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

 a { background-color: rgb(39,117,107); }

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

border-color css

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

 span { border-color: rgb(39,117,107); }

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