Html Css Color HEX #07534D Sherpa Blue

📋 copy color: '#07534D'

red 7 ◦ green 83 ◦ blue 77

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

Shades of Sherpa Blue #07534D

Tints of Sherpa Blue #07534D

RGB

 RED value IS 7 (3.13% from 255) = 4.19%

 GREEN value IS 83 (32.81% from 255) = 49.7%

 BLUE value IS 77 (30.47% from 255) = 46.11%

R = 4.19%
G = 49.7%
B = 46.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#07534D (or 0x07534D) is known color: Sherpa Blue. HEX triplet: 07, 53 and 4D. RGB value is (7,83,77). Sum of RGB (Red+Green+Blue) = 7+83+77=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #07534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07534D is #F8ACB2. Grayscale: #3B3B3B. Windows color (decimal): -16297139 or 5067527. OLE color: 5067527.

HSL color Cylindrical-coordinate representation of color #07534D: hue angle of 175.26º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07534D is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 77 -
CMYK 0.92 0 0.07 0.67
HSL 175.26º 0.84% 0.18% -
HSV(B) 175.26º 0.92% 0.33% -
XYZ 4.52 6.77 8.09 -
YUV 59.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 7 83 77 0.92 0 0.07 0.67 175.26 0.84 0.18
Hex 7 53 4D 5C 0 7 43 AF 54 12
Octal 7 123 115 134 0 7 103 257 124 22
Binary 111 1010011 1001101 1011100 0 111 1000011 10101111 1010100 10010

Color Harmonies of #07534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07534D

Black with #07534D

Text Example


Text Example

White with #07534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07534D; }

 p { color: rgb(7,83,77); }

 H1.HeaderClassName
 {
   color: #07534D;
 }
 .AnyTagClassName
 {
   color: #07534D;
 }
</style>

background-color css

<style>
 a { background-color: #07534D; }

 a { background-color: rgb(7,83,77); }

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

border-color css

<style>
 span { border-color: #07534D; }

 span { border-color: rgb(7,83,77); }

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