Html Css Color HEX #7C670F Yukon Gold

📋 copy color: '#7C670F'

red 124 ◦ green 103 ◦ blue 15

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

Shades of Yukon Gold #7C670F

Tints of Yukon Gold #7C670F

RGB

 RED value IS 124 (48.83% from 255) = 51.24%

 GREEN value IS 103 (40.63% from 255) = 42.56%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 51.24%
G = 42.56%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C670F (or 0x7C670F) is known color: Yukon Gold. HEX triplet: 7C, 67 and 0F. RGB value is (124,103,15). Sum of RGB (Red+Green+Blue) = 124+103+15=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C670F is #8398F0. Grayscale: #636363. Windows color (decimal): -8624369 or 1009532. OLE color: 1009532.

HSL color Cylindrical-coordinate representation of color #7C670F: hue angle of 48.44º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C670F is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 15 -
CMYK 0 0.17 0.88 0.51
HSL 48.44º 0.78% 0.27% -
HSV(B) 48.44º 0.88% 0.49% -
XYZ 13.25 14.02 2.46 -
YUV 99.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 124 103 15 0 0.17 0.88 0.51 48.44 0.78 0.27
Hex 7C 67 F 0 11 58 33 30 4E 1B
Octal 174 147 17 0 21 130 63 60 116 33
Binary 1111100 1100111 1111 0 10001 1011000 110011 110000 1001110 11011

Color Harmonies of #7C670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C670F

Black with #7C670F

Text Example


Text Example

White with #7C670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C670F; }

 p { color: rgb(124,103,15); }

 H1.HeaderClassName
 {
   color: #7C670F;
 }
 .AnyTagClassName
 {
   color: #7C670F;
 }
</style>

background-color css

<style>
 a { background-color: #7C670F; }

 a { background-color: rgb(124,103,15); }

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

border-color css

<style>
 span { border-color: #7C670F; }

 span { border-color: rgb(124,103,15); }

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