Html Css Color HEX #38777A Ming

📋 copy color: '#38777A'

red 56 ◦ green 119 ◦ blue 122

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

Shades of Ming #38777A

Tints of Ming #38777A

RGB

 RED value IS 56 (22.27% from 255) = 18.86%

 GREEN value IS 119 (46.88% from 255) = 40.07%

 BLUE value IS 122 (48.05% from 255) = 41.08%

R = 18.86%
G = 40.07%
B = 41.08%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38777A (or 0x38777A) is known color: Ming. HEX triplet: 38, 77 and 7A. RGB value is (56,119,122). Sum of RGB (Red+Green+Blue) = 56+119+122=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #38777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38777A is #C78885. Grayscale: #646464. Windows color (decimal): -13076614 or 8025912. OLE color: 8025912.

HSL color Cylindrical-coordinate representation of color #38777A: hue angle of 182.73º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38777A is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 119 122 -
CMYK 0.54 0.02 0 0.52
HSL 182.73º 0.37% 0.35% -
HSV(B) 182.73º 0.54% 0.48% -
XYZ 11.74 15.44 20.77 -
YUV 100.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 56 119 122 0.54 0.02 0 0.52 182.73 0.37 0.35
Hex 38 77 7A 36 2 0 34 B7 25 23
Octal 70 167 172 66 2 0 64 267 45 43
Binary 111000 1110111 1111010 110110 10 0 110100 10110111 100101 100011

Color Harmonies of #38777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38777A

Black with #38777A

Text Example


Text Example

White with #38777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38777A; }

 p { color: rgb(56,119,122); }

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

background-color css

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

 a { background-color: rgb(56,119,122); }

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

border-color css

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

 span { border-color: rgb(56,119,122); }

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